Add text to membership application tracking page
This commit is contained in:
parent
0e5ccd7f45
commit
070930746d
3 changed files with 14 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
<div class="container">
|
||||
<h2><%= translate '.processing' %></h2>
|
||||
<h2><%= translate '.header' %></h2>
|
||||
<p class="lead"><%= translate '.lead_text' %></p>
|
||||
</div>
|
||||
|
|
|
@ -8,7 +8,12 @@ en:
|
|||
of the human person.
|
||||
membership_applications:
|
||||
show:
|
||||
processing: Your application is being processed
|
||||
header: Your application is being processed
|
||||
lead_text: >
|
||||
You can track the status of your application on this page. Save it
|
||||
to browser bookmarks. Also the link to this page was sent to email
|
||||
address which you have provided. You will be contacted by provided
|
||||
contacts soon.
|
||||
passports:
|
||||
show:
|
||||
confirm: Confirm
|
||||
|
|
|
@ -8,7 +8,12 @@ ru:
|
|||
личности.
|
||||
membership_applications:
|
||||
show:
|
||||
processing: Ваше заявление в обработке
|
||||
header: Ваше заявление в обработке
|
||||
lead_text: >
|
||||
На данной странице вы можете отслеживать статус вашего заявления.
|
||||
Сохраните её в закладки браузера. Также на указанный вами адрес
|
||||
электронной почты была отправлена ссылка на данную страницу.
|
||||
В ближайшее время с вами свяжутся по указанным вами контактам.
|
||||
passports:
|
||||
show:
|
||||
confirm: Подтвердить
|
||||
|
|
Reference in a new issue