mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 13:36:15 +02:00
- Remove `Que::Mailer` (#895) - Add preview - DRY templates - Add tests - Extract translations
27 lines
No EOL
1.3 KiB
Text
27 lines
No EOL
1.3 KiB
Text
Tere
|
|
|
|
Registrisse laekus taotlus domeeni <%= @domain.name %> kustutamiseks. Palun veenduge, et muudatus on korrektne ning probleemide korral pöörduge oma registripidaja poole:
|
|
|
|
<%= render 'mailers/shared/registrar/registrar.et.text', registrar: @registrar %>
|
|
|
|
Muudatuse kinnitamiseks külastage palun allolevat lehekülge, kontrollige uuesti üle muudatuse andmed ning vajutage nuppu kinnitan.
|
|
|
|
Taotlus on aktiivne <%= Setting.expire_pending_confirmation %> tundi ja lükatakse automaatselt tagasi kui te seda enne ise ei kinnita või tagasi lükka.
|
|
<%= @confirmation_url %>
|
|
|
|
<%= render 'mailers/shared/signatures/signature.et.text' %>
|
|
|
|
--------------------------------------
|
|
|
|
Hi,
|
|
|
|
Application for deletion of your domain <%= @domain.name %> has been filed. Please make sure that the application is correct. In case of problems please contact your registrar:
|
|
|
|
<%= render 'mailers/shared/registrar/registrar.en.text', registrar: @registrar %>
|
|
|
|
To confirm the update please visit this website, once again review the data and press approve:
|
|
<%= @confirmation_url %>
|
|
|
|
The application will remain in pending status for <%= Setting.expire_pending_confirmation %> hrs and will be automatically rejected if it is not approved nor rejected before.
|
|
|
|
<%= render 'mailers/shared/signatures/signature.en.text' %> |