Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rename required comment #211

Merged
merged 1 commit into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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