File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
resources/ru/mystamps/i18n
webapp/WEB-INF/views/account Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ t_recently_added_collections = Recently created collections
39
39
40
40
# account/register.html
41
41
t_registration_on_site = Register on site
42
- t_already_registered = You already registered.
42
+ t_already_registered = You have already registered.
43
43
t_if_you_already_registered = If you already registered then you should pass <a href="{0}">authentication</a>.
44
44
t_email = E-mail
45
45
46
46
# account/activate.html
47
- t_activation_sent_message = Instructions to finish registration sent to your e-mail
48
- t_already_activated = You already activated account.
47
+ t_activation_sent_message = Instructions to finish registration has been sent to your e-mail
48
+ t_already_activated = You have already activated account.
49
49
t_activation_title = account activation
50
50
t_activation_on_site = Account activation
51
51
t_activate = Activate
@@ -74,7 +74,7 @@ t_500_description = Internal{0}server error
74
74
t_auth_title = authentication
75
75
t_activation_successful = Account successfully activated! Now you can pass authentication.
76
76
t_authentication_on_site = Authentication on site
77
- t_already_authenticated = You already authenticated.
77
+ t_already_authenticated = You have already authenticated.
78
78
t_enter = Sign in
79
79
80
80
# series/add.html
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ <h3 th:text="#{t_activation_on_site}">
67
67
<!--/*/
68
68
<div class="row" th:if="${justRegisteredUser}">
69
69
<div class="alert alert-success text-center" th:text="#{t_activation_sent_message}">
70
- Instructions to finish registration sent to your e-mail
70
+ Instructions to finish registration has been sent to your e-mail
71
71
</div>
72
72
</div>
73
73
/*/-->
@@ -141,7 +141,7 @@ <h3 th:text="#{t_activation_on_site}">
141
141
<!--/*/
142
142
<div class="row" sec:authorize="isAuthenticated()">
143
143
<div class="alert alert-info text-center col-sm-4 col-sm-offset-4" th:text="#{t_already_activated}">
144
- You already activated account.
144
+ You have already activated account.
145
145
</div>
146
146
</div>
147
147
/*/-->
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ <h3 th:text="#{t_authentication_on_site}">
115
115
<!--/*/
116
116
<div class="row" sec:authorize="isAuthenticated()">
117
117
<div class="alert alert-info text-center col-sm-4 col-sm-offset-4" th:text="#{t_already_authenticated}">
118
- You already authenticated.
118
+ You have already authenticated.
119
119
</div>
120
120
</div>
121
121
/*/-->
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ <h3 th:text="#{t_registration_on_site}">
94
94
<!--/*/
95
95
<div class="row" sec:authorize="isAuthenticated()">
96
96
<div class="alert alert-info text-center col-sm-4 col-sm-offset-4" th:text="#{t_already_registered}">
97
- You already registered.
97
+ You have already registered.
98
98
</div>
99
99
</div>
100
100
/*/-->
You can’t perform that action at this time.
0 commit comments