Skip to content

Commit 611b825

Browse files
committed
/account/activate: fix grammar in English version of the message.
1 parent 678c286 commit 611b825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/ru/mystamps/i18n/Messages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ t_if_you_already_registered = If you already registered then you should pass <a
5454
t_email = E-mail
5555

5656
# 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
5858
t_already_activated = You have already activated account.
5959
t_activation_title = account activation
6060
t_activation_on_site = Account activation

src/main/webapp/WEB-INF/views/account/activate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h3 th:text="#{t_activation_on_site}">
104104
<!--/*/
105105
<div class="row" th:if="${justRegisteredUser}">
106106
<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
108108
</div>
109109
</div>
110110
/*/-->

0 commit comments

Comments
 (0)