Skip to content

Commit 75685b5

Browse files
committed
chore: improve the message about required fields
- remove a trailing dot - s/asterisk/an asterisk/
1 parent b540b5a commit 75685b5

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ t_login = Login
55
t_logout = Sign out
66
t_password = Password
77
t_add_series = add a stamp series
8-
t_required_fields_legend = All fields marked by asterisk ({0}) must be filled.
8+
t_required_fields_legend = All fields marked by an asterisk ({0}) must be filled
99
t_registration_title = registration
1010
t_category = Category
1111
t_country = Country

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ t_login = Логин
55
t_logout = Выйти
66
t_password = Пароль
77
t_add_series = добавить серию марок
8-
t_required_fields_legend = Поля, отмеченные звёздочкой ({0}), обязательны для заполнения.
8+
t_required_fields_legend = Поля, отмеченные звёздочкой ({0}), обязательны для заполнения
99
t_registration_title = регистрация
1010
t_category = Категория
1111
t_country = Страна

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h3 th:text="#{t_activation_on_site}">
7070
<div class="hint text-center">
7171
<small th:with="redAsterisk='&lt;span class=&quot;required_field&quot;&gt;*&lt;/span&gt;'">
7272
<span class="hint_item" th:utext="#{t_required_fields_legend(${redAsterisk})}">
73-
All fields marked by asterisk (<span class="required_field">*</span>) must be filled.
73+
All fields marked by an asterisk (<span class="required_field">*</span>) must be filled
7474
</span>
7575
</small>
7676
</div>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h3 th:text="#{t_authentication_on_site}">
7070
<div class="hint text-center">
7171
<small th:with="redAsterisk='&lt;span class=&quot;required_field&quot;&gt;*&lt;/span&gt;'">
7272
<span class="hint_item" th:utext="#{t_required_fields_legend(${redAsterisk})}">
73-
All fields marked by asterisk (<span class="required_field">*</span>) must be filled.
73+
All fields marked by an asterisk (<span class="required_field">*</span>) must be filled
7474
</span>
7575
</small>
7676
</div>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h3 th:text="#{t_registration_on_site}">
7474
</span>
7575
<br />
7676
<span class="hint_item" th:utext="#{t_required_fields_legend(${redAsterisk})}">
77-
All fields marked by asterisk (<span class="required_field">*</span>) must be filled.
77+
All fields marked by an asterisk (<span class="required_field">*</span>) must be filled
7878
</span>
7979
</small>
8080
</div>

src/main/webapp/WEB-INF/views/category/add.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h3 th:text="${#strings.capitalize(create_category)}">
6868
<div class="hint text-center">
6969
<small th:with="redAsterisk='&lt;span class=&quot;required_field&quot;&gt;*&lt;/span&gt;'">
7070
<span class="hint_item" th:utext="#{t_required_fields_legend(${redAsterisk})}">
71-
All fields marked by asterisk (<span class="required_field">*</span>) must be filled.
71+
All fields marked by an asterisk (<span class="required_field">*</span>) must be filled
7272
</span>
7373
</small>
7474
</div>

src/main/webapp/WEB-INF/views/country/add.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h3 th:text="${#strings.capitalize(add_country)}">
6868
<div class="hint text-center">
6969
<small th:with="redAsterisk='&lt;span class=&quot;required_field&quot;&gt;*&lt;/span&gt;'">
7070
<span class="hint_item" th:utext="#{t_required_fields_legend(${redAsterisk})}">
71-
All fields marked by asterisk (<span class="required_field">*</span>) must be filled.
71+
All fields marked by an asterisk (<span class="required_field">*</span>) must be filled
7272
</span>
7373
</small>
7474
</div>

src/main/webapp/WEB-INF/views/participant/add.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h3 th:text="${#strings.capitalize(header)}">
6868
<div class="hint text-center">
6969
<small th:with="redAsterisk='&lt;span class=&quot;required_field&quot;&gt;*&lt;/span&gt;'">
7070
<span class="hint_item" th:utext="#{t_required_fields_legend(${redAsterisk})}">
71-
All fields marked by asterisk (<span class="required_field">*</span>) must be filled.
71+
All fields marked by an asterisk (<span class="required_field">*</span>) must be filled
7272
</span>
7373
</small>
7474
</div>

src/main/webapp/WEB-INF/views/series/add.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
7272
<div class="hint text-center">
7373
<small th:with="redAsterisk='&lt;span class=&quot;required_field&quot;&gt;*&lt;/span&gt;'">
7474
<span class="hint_item" th:utext="#{t_required_fields_legend(${redAsterisk})}">
75-
All fields marked by asterisk (<span class="required_field">*</span>) must be filled.
75+
All fields marked by an asterisk (<span class="required_field">*</span>) must be filled
7676
</span>
7777
</small>
7878
</div>

src/main/webapp/WEB-INF/views/series/import/info.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h3 th:text="#{t_gathered_data}">
108108
<div class="hint text-center" th:unless="${disabled}">
109109
<small th:with="redAsterisk='&lt;span class=&quot;required_field&quot;&gt;*&lt;/span&gt;'">
110110
<span class="hint_item" th:utext="#{t_required_fields_legend(${redAsterisk})}">
111-
All fields marked by asterisk (<span class="required_field">*</span>) must be filled.
111+
All fields marked by an asterisk (<span class="required_field">*</span>) must be filled
112112
</span>
113113
</small>
114114
</div>

src/main/webapp/WEB-INF/views/series/import/request.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h3 th:text="${#strings.capitalize(header)}">
6868
<div class="hint text-center">
6969
<small th:with="redAsterisk='&lt;span class=&quot;required_field&quot;&gt;*&lt;/span&gt;'">
7070
<span class="hint_item" th:utext="#{t_required_fields_legend(${redAsterisk})}">
71-
All fields marked by asterisk (<span class="required_field">*</span>) must be filled.
71+
All fields marked by an asterisk (<span class="required_field">*</span>) must be filled
7272
</span>
7373
</small>
7474
</div>

0 commit comments

Comments
 (0)