diff --git a/app/views/management/_menu.html.erb b/app/views/management/_menu.html.erb index dd0558e83..6493f8a66 100644 --- a/app/views/management/_menu.html.erb +++ b/app/views/management/_menu.html.erb @@ -1,14 +1,15 @@ - <%= link_to t("management.dashboard.index.title"), management_root_path %> + <%= link_to t("management.menu.title"), management_root_path %> > + controller_name == "email_verifications" || + controller_name == "users" %>> <%= link_to management_document_verifications_path do %> - <%= t("management.menu.on_site_verifications") %> + <%= t("management.menu.users") %> <% end %> diff --git a/config/locales/mailers.en.yml b/config/locales/mailers.en.yml index 52852832c..50330a69f 100644 --- a/config/locales/mailers.en.yml +++ b/config/locales/mailers.en.yml @@ -15,6 +15,6 @@ en: title: Please verify yourself instructions_html: "We need to verify you using this email, which we got from the Census. %{verification_link}" click_here_to_verify: "Please click here to verify yourself" - instructions_html_2: "This email will verify your account with %{document_type} %{document_number}. If these don't belong to you, please don't click on the previous link and ignore this email." + instructions_2_html: "This email will verify your account with %{document_type} %{document_number}. If these don't belong to you, please don't click on the previous link and ignore this email." thanks: "Thanks" diff --git a/config/locales/management.en.yml b/config/locales/management.en.yml index b1712018f..5cc0f0bb7 100644 --- a/config/locales/management.en.yml +++ b/config/locales/management.en.yml @@ -1,6 +1,5 @@ en: management: - print: "Print" print_info: "Print this info" username_label: "User name" email_label: "Email" @@ -8,7 +7,8 @@ en: document_number: "Document number" document_type_label: "Document type" menu: - document_verifications: "Users" + title: "Management" + users: "Users" dashboard: index: title: "Management" diff --git a/config/locales/management.es.yml b/config/locales/management.es.yml index 3da8434b5..2b91730db 100644 --- a/config/locales/management.es.yml +++ b/config/locales/management.es.yml @@ -1,6 +1,5 @@ es: management: - print: "Imprimir" print_info: "Imprimir esta información" username_label: "Nombre de usuario" email_label: "Email" @@ -8,8 +7,8 @@ es: document_number: "Número de documento" document_type_label: "Tipo de documento" menu: - on_site_verifications: "Usuarios" - title: "Gestionar usuario" + title: "Gestión" + users: "Usuarios" dashboard: index: title: "Gestión"