diff --git a/app/views/rails_admin/main/index.html.haml b/app/views/rails_admin/main/index.html.haml index ef5b099cab..df1f5f420c 100644 --- a/app/views/rails_admin/main/index.html.haml +++ b/app/views/rails_admin/main/index.html.haml @@ -53,7 +53,7 @@ %button.btn.btn-primary{type: 'submit', :'data-disable-with' => ' '.html_safe + t('admin.misc.refresh')} %i.icon-white.icon-refresh = t('admin.misc.refresh') - %button#remove_filter.btn.btn-info{title: "Reset filters"} + %button#remove_filter.btn.btn-info{title: t('admin.misc.reset_filters')} %i.icon-white.icon-remove - if export_action %span{style: 'float:right'}= link_to wording_for(:link, export_action), export_path(params.except('set').except('page')), class: 'btn btn-info' diff --git a/config/locales/rails_admin.en.yml b/config/locales/rails_admin.en.yml index f2cce19b16..bb6f172ea9 100644 --- a/config/locales/rails_admin.en.yml +++ b/config/locales/rails_admin.en.yml @@ -29,6 +29,7 @@ en: misc: search: "Search" filter: "Filter" + reset_filters: "Reset filters" refresh: "Refresh" show_all: "Show all" add_filter: "Add filter"