Skip to content

Commit 097601e

Browse files
committed
chore: minor improvement of English translation
1 parent 5a4949e commit 097601e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/main/resources/ru/mystamps/i18n/Messages.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ t_quantity = Quantity
121121
t_perforated = Perforated
122122
t_add_catalogs_info = Add information from stamps catalogues
123123

124-
t_add_comment = Add comment
124+
t_add_comment = Add a comment
125125
t_comment = Comment
126126
t_image = Image
127127
t_add_more_images_hint = Later you will be able to add additional images

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
516516

517517
<div class="form-group js-collapse-toggle-header" sec:authorize="hasAuthority('ADD_COMMENTS_TO_SERIES')">
518518
<div class="col-sm-offset-3 col-sm-5">
519-
<span class="glyphicon glyphicon-chevron-down"></span>&nbsp;<a href="javascript:void(0)" id="add-comment-link" data-toggle="collapse" data-target=".js-comment" th:text="#{t_add_comment}">Add comment</a>
519+
<span class="glyphicon glyphicon-chevron-down"></span>&nbsp;<a href="javascript:void(0)" id="add-comment-link" data-toggle="collapse" data-target=".js-comment" th:text="#{t_add_comment}">Add a comment</a>
520520
</div>
521521
</div>
522522

0 commit comments

Comments
 (0)