File tree 2 files changed +2
-2
lines changed
resources/ru/mystamps/i18n
webapp/WEB-INF/views/account
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ t_if_you_already_registered = If you already registered then you should pass <a
54
54
t_email = E-mail
55
55
56
56
# account/activate.html
57
- t_activation_sent_message = Instructions to finish registration has been sent to your e-mail
57
+ t_activation_sent_message = Instructions to finish registration have been sent to your e-mail
58
58
t_already_activated = You have already activated account.
59
59
t_activation_title = account activation
60
60
t_activation_on_site = Account activation
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ <h3 th:text="#{t_activation_on_site}">
104
104
<!--/*/
105
105
<div class="row" th:if="${justRegisteredUser}">
106
106
<div class="alert alert-success text-center" th:text="#{t_activation_sent_message}">
107
- Instructions to finish registration has been sent to your e-mail
107
+ Instructions to finish registration have been sent to your e-mail
108
108
</div>
109
109
</div>
110
110
/*/-->
You can’t perform that action at this time.
0 commit comments