Skip to content

Commit 54e838c

Browse files
committed
Some more minor changes as test trigger
1 parent bb62155 commit 54e838c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

app/views/rails_admin/main/_form_filtering_multiselect.html.haml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
removable: !!field.removable,
3030
cacheAll: !!field.associated_collection_cache_all,
3131
regional: {
32-
add: t("admin.misc.add_new"),
33-
chooseAll: t("admin.misc.chose_all"),
34-
clearAll: t("admin.misc.clear_all"),
35-
down: t("admin.misc.down"),
36-
remove: t("admin.misc.remove"),
37-
search: t("admin.misc.search"),
38-
up: t("admin.misc.up")
32+
add: t('admin.misc.add_new'),
33+
chooseAll: t('admin.misc.chose_all'),
34+
clearAll: t('admin.misc.clear_all'),
35+
down: t('admin.misc.down'),
36+
remove: t('admin.misc.remove'),
37+
search: t('admin.misc.search'),
38+
up: t('admin.misc.up')
3939
}
4040
}
4141

0 commit comments

Comments
 (0)