mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 06:26:15 +02:00
33 lines
No EOL
1.6 KiB
Text
33 lines
No EOL
1.6 KiB
Text
Tere
|
|
<br><br>
|
|
Registrisse laekus taotlus domeeni <%= @domain.name %> registreerija vahetuseks. Palun veenduge, et muudatus on korrektne ning probleemide korral pöörduge oma registripidaja poole:
|
|
|
|
<%= render 'mailers/shared/registrar/registrar.et.html', registrar: @registrar %>
|
|
|
|
<br><br>
|
|
Uue registreerija andmed:<br>
|
|
<%= render 'mailers/shared/registrant/registrant.et.html', registrant: @new_registrant %>
|
|
<br><br>
|
|
Taotlus on aktiivne <%= Setting.expire_pending_confirmation %> tundi ja lükatakse automaatselt tagasi kui te seda enne ei kinnita või tagasi lükka.
|
|
<br><br>
|
|
Muudatuse kinnitamiseks külastage palun allolevat lehekülge, kontrollige uuesti üle muudatuse andmed ning vajutage nuppu kinnitan:<br>
|
|
|
|
<%= link_to @confirmation_url, @confirmation_url %>
|
|
<%= render 'mailers/shared/signatures/signature.et.html' %>
|
|
<hr>
|
|
<br><br>
|
|
Hi,
|
|
<br><br>
|
|
Application for changing registrant of your domain <%= @domain.name %> has been filed. Please make sure that the update and information are correct. In case of problems please turn to your registrar:
|
|
|
|
<%= render 'mailers/shared/registrar/registrar.en.html', registrar: @registrar %>
|
|
|
|
<br><br>
|
|
New registrant:<br>
|
|
<%= render 'mailers/shared/registrant/registrant.en.html', registrant: @new_registrant %>
|
|
<br><br>
|
|
The application will remain in pending status for <%= Setting.expire_pending_confirmation %> hrs and will be automaticcally rejected if it is not approved nor rejected before.
|
|
<br><br>
|
|
To confirm the update please visit this website, once again review the data and press approve:<br>
|
|
<%= link_to @confirmation_url, @confirmation_url %>
|
|
<%= render 'mailers/shared/signatures/signature.en.html' %> |