File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
resources/ru/mystamps/i18n
webapp/WEB-INF/views/series Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ t_add_info = Add info
146
146
t_was_selling_for = was selling for
147
147
t_sold_to = sold to
148
148
t_sold_for = for
149
+ t_not_chosen_masculine = Not chosen
149
150
150
151
# category/add.html
151
152
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ t_add_info = Добавить
146
146
t_was_selling_for = продавал за
147
147
t_sold_to = продал
148
148
t_sold_for = за
149
+ t_not_chosen_masculine = Не выбран
149
150
150
151
# category/add.html
151
152
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
387
387
</ label >
388
388
< div class ="col-sm-6 ">
389
389
< select id ="seller " class ="form-control " required ="required " th:field ="*{sellerId} ">
390
- < option value ="" th:text ="#{t_not_chosen } "> Not chosen</ option >
390
+ < option value ="" th:text ="#{t_not_chosen_masculine } "> Not chosen</ option >
391
391
<!--/*/
392
392
<option th:each="seller : ${sellers}" th:value="${seller.id}" th:text="${seller.name}"></option>
393
393
/*/-->
@@ -480,7 +480,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
480
480
</ label >
481
481
< div class ="col-sm-6 ">
482
482
< select id ="buyer " class ="form-control " th:field ="*{buyerId} ">
483
- < option value ="" th:text ="#{t_not_chosen } "> Not chosen</ option >
483
+ < option value ="" th:text ="#{t_not_chosen_masculine } "> Not chosen</ option >
484
484
<!--/*/
485
485
<option th:each="buyer : ${buyers}" th:value="${buyer.id}" th:text="${buyer.name}"></option>
486
486
/*/-->
You can’t perform that action at this time.
0 commit comments