diff --git a/app/views/layouts/client.haml b/app/views/layouts/client.haml index 5e220f78d..ff73e2f3f 100644 --- a/app/views/layouts/client.haml +++ b/app/views/layouts/client.haml @@ -57,7 +57,7 @@ %span.caret %ul.dropdown-menu{role: "menu"} %li - = link_to t('shared.domains_history'), client_domain_versions_path + = link_to t(:domains_history'), client_domain_versions_path %li = link_to t('shared.contacts_history'), client_contact_versions_path diff --git a/config/locales/en.yml b/config/locales/en.yml index 3c1462160..460f43d35 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -431,5 +431,6 @@ en: required_parameter_missing_choice: 'Required parameter missing: %{param_1} or %{param_2}' background_jobs: Background jobs domain_history: Domain history + domains_history: Domains history admin_users: Admin users epp_users: EPP users