From abe3df24e23fe5fa69887587441c3e77e7b0a22c Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Thu, 19 Jul 2018 21:57:27 +0300 Subject: [PATCH] Extract translations --- app/views/registrant/sessions/new.html.erb | 6 +++--- config/locales/en.yml | 1 - config/locales/registrant/sessions.en.yml | 8 ++++++++ 3 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 config/locales/registrant/sessions.en.yml diff --git a/app/views/registrant/sessions/new.html.erb b/app/views/registrant/sessions/new.html.erb index 712139f43..d711601b3 100644 --- a/app/views/registrant/sessions/new.html.erb +++ b/app/views/registrant/sessions/new.html.erb @@ -1,11 +1,11 @@
-
+ \ No newline at end of file diff --git a/config/locales/en.yml b/config/locales/en.yml index 6efaab51f..525baee17 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -731,7 +731,6 @@ en: test_registrar: "Test registrar" verified_confirm: 'Verified status is for cases when current registrant is the one applying for the update. Legal document signed by the registrant is required. Are you sure this update is properly verified with the registrant?' verified: 'Verified' - only_estonian_residets_can_signin: "Access currently available only to Estonian citizens and e-residents with Estonian ID-card or Mobile-ID." deleted: 'Deleted' cant_match_version: 'Impossible match version with request' user_not_authenticated: "user not authenticated" diff --git a/config/locales/registrant/sessions.en.yml b/config/locales/registrant/sessions.en.yml new file mode 100644 index 000000000..37d03e442 --- /dev/null +++ b/config/locales/registrant/sessions.en.yml @@ -0,0 +1,8 @@ +en: + registrant: + sessions: + new: + header: Log in + hint: >- + Access currently available only to Estonian citizens and e-residents with Estonian ID-card + or Mobile-ID. \ No newline at end of file