Skip to content

Commit

Permalink
fix: rename required comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bogoslavskiy committed Jan 11, 2023
1 parent 69fc360 commit 048062c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/translation/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@
"comfirm": {
"comment_label": "Comment",
"comment_label_required": "Required comment",
"comment_required_text": "You must include the note when sending to an exchange. ",
"comment_required_text": "You must include MEMO or tag when sending to an exchange. \n",
"comment_description": "The comment is visible to everyone.",
"comment_placeholder": "Message or reference (optional)",
"comment_placeholder_required": "Message or reference",
"comment_placeholder_required": "MEMO or tag",
"details_label": "Details",
"details_max_balance_label": "Sending max. balance of %{currency}",
"comment_characters_left": "%{count} characters left.",
Expand Down
4 changes: 2 additions & 2 deletions src/translation/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@
"comfirm": {
"comment_label": "Комментарий",
"comment_label_required": "Обязательный комментарий",
"comment_required_text": "Обязательно укажите при отправке на биржу. ",
"comment_required_text": "Обязательно укажите MEMO или тег при отправке на биржу. \n",
"comment_description": "Комментарий виден всем.",
"comment_placeholder": "Текст для получателя (необяз.)",
"comment_placeholder_required": "Текст для получателя",
"comment_placeholder_required": "MEMO или тег",
"details_label": "Детали",
"details_max_balance_label": "Отправка всего баланса %{currency}",
"comment_characters_left": {
Expand Down

0 comments on commit 048062c

Please sign in to comment.