diff --git a/app/views/layouts/registrar/application.haml b/app/views/layouts/registrar/application.haml index 17ddac3de..e1825802e 100644 --- a/app/views/layouts/registrar/application.haml +++ b/app/views/layouts/registrar/application.haml @@ -25,7 +25,7 @@ %span.icon-bar %span.icon-bar = link_to main_app.registrar_root_path, class: 'navbar-brand' do - EIS Registrar + = t(:registrar_head_title) - if unstable_env.present? .text-center %small{style: 'color: #0074B3;'}= unstable_env diff --git a/config/locales/en.yml b/config/locales/en.yml index ff01935b5..9ca647f82 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -713,7 +713,7 @@ en: is a computer that saves and forwards via a general-access data communications network such data that is connected with the domain name and corresponding IP addresses. Your IT helpdesk or Internet service provider will have the necessary information about the domain name servers. account_activity: 'Account activity' receipt_date: 'Receipt date' - registrar_head_title_sufix: ' - EIS Registrar Portal' + registrar_head_title_sufix: ' - EIS Registrar' admin_head_title_sufix: ' - Estonian Internet Foundation' - registrar_head_title: 'EIS Registrar Portal' + registrar_head_title: 'EIS Registrar' admin_head_title: 'Estonian Internet Foundation'