mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Merge pull request #143 from internetee/story/120182999-registrant-notify
Story#120182999 - Registrant: message to login screen about Estonian…
This commit is contained in:
commit
57f8efdf69
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
.form-signin.col-md-6.center-block.text-center
|
.form-signin.col-md-6.center-block.text-center
|
||||||
%h2.form-signin-heading.text-center= t(:log_in)
|
%h2.form-signin-heading.text-center= t(:log_in)
|
||||||
%hr
|
%hr
|
||||||
|
.row
|
||||||
|
=t "only_estonian_residets_can_signin"
|
||||||
|
%br
|
||||||
= link_to '/registrant/login/mid' do
|
= link_to '/registrant/login/mid' do
|
||||||
= image_tag 'mid.gif'
|
= image_tag 'mid.gif'
|
||||||
= link_to '/registrant/id', method: :post do
|
= link_to '/registrant/id', method: :post do
|
||||||
|
|
|
@ -955,3 +955,4 @@ en:
|
||||||
test_registrar: "Test registrar"
|
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_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'
|
verified: 'Verified'
|
||||||
|
only_estonian_residets_can_signin: "Access currently available only to Estonian citizens and e-residents with Estonian ID-card or Mobile-ID."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue