Skip to content

Commit b4e18f6

Browse files
committed
Change file template option labels now that tiles have been replaced
Signed-off-by: Scott Kingsley Clark <scott@skc.dev>
1 parent 73df1c7 commit b4e18f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/fields/file.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ public function options() {
243243
'data' => apply_filters(
244244
"pods_form_ui_field_{$type}_type_templates",
245245
[
246-
'rows' => __( 'Rows', 'pods' ),
247-
'tiles' => __( 'Tiles', 'pods' ),
246+
'rows' => __( 'Rows (small)', 'pods' ),
247+
'tiles' => __( 'Rows (large)', 'pods' ),
248248
]
249249
),
250250
'pick_format_single' => 'dropdown',

0 commit comments

Comments
 (0)