Skip to content

Commit

Permalink
Some more minor changes as test trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
zaknafain committed Jan 12, 2021
1 parent eb66306 commit 6820898
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/views/rails_admin/main/_form_filtering_multiselect.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
removable: !!field.removable,
cacheAll: !!field.associated_collection_cache_all,
regional: {
add: t("admin.misc.add_new"),
chooseAll: t("admin.misc.chose_all"),
clearAll: t("admin.misc.clear_all"),
down: t("admin.misc.down"),
remove: t("admin.misc.remove"),
search: t("admin.misc.search"),
up: t("admin.misc.up")
add: t('admin.misc.add_new'),
chooseAll: t('admin.misc.chose_all'),
clearAll: t('admin.misc.clear_all'),
down: t('admin.misc.down'),
remove: t('admin.misc.remove'),
search: t('admin.misc.search'),
up: t('admin.misc.up')
}
}

Expand Down

0 comments on commit 6820898

Please sign in to comment.