Skip to content

Commit 4117ecc

Browse files
committed
/series/{id}: simplify a text to avoid line wrapping in Russian.
No functional changes. [ci skip]
1 parent 74259de commit 4117ecc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ t_add_info_who_selling_series = Add info about selling/buying this series
152152
t_dd_mm_yyyy = dd.mm.yyyy
153153
t_today = Today
154154
t_seller = Seller
155-
t_add_seller_hint = You can also <a tabindex="-1" href="{0}">add a new seller</a>
155+
t_add_seller_hint = <a tabindex="-1" href="{0}">Add a new seller</a>
156156
t_price = Price
157157
t_alternative_price = Alternative price
158158
t_buyer = Buyer
159-
t_add_buyer_hint = You can also <a tabindex="-1" href="{0}">add a new buyer</a>
159+
t_add_buyer_hint = <a tabindex="-1" href="{0}">Add a new buyer</a>
160160
t_add_info = Add info
161161
t_was_selling_for = was selling for
162162
t_sold_to = sold to

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ t_add_info_who_selling_series = Добавить покупки и продаж
151151
t_dd_mm_yyyy = дд.мм.гггг
152152
t_today = Сегодня
153153
t_seller = Продавец
154-
t_add_seller_hint = Вы также можете <a tabindex="-1" href="{0}">добавить нового продавца</a>
154+
t_add_seller_hint = <a tabindex="-1" href="{0}">Добавить нового продавца</a>
155155
t_price = Цена
156156
t_alternative_price = Альтернативная цена
157157
t_buyer = Покупатель
158-
t_add_buyer_hint = Вы также можете <a tabindex="-1" href="{0}">добавить нового покупателя</a>
158+
t_add_buyer_hint = <a tabindex="-1" href="{0}">Добавить нового покупателя</a>
159159
t_add_info = Добавить
160160
t_was_selling_for = продавал за
161161
t_sold_to = продал

0 commit comments

Comments
 (0)