Skip to content

Commit

Permalink
fix(ChatPreview, vue-i18n): remove unsupported chars
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Sep 22, 2023
1 parent dbae1b8 commit 7f66116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"date_yesterday": "Yesterday",
"incorrect_address": "Incorrect ADM address",
"no_public_key": "This address is not active yet. Unable to start a chat",
"unable_to_retrieve_no_public_key": "`{ Unable to decrypt message: no partner's public key }`",
"unable_to_retrieve_no_public_key": "`Unable to decrypt message: no partner's public key`",
"me": "Me",
"message": "Type a message",
"message_mac_os": "Type a message. Cmd + Ctrl + Space for Emoji picker",
Expand Down Expand Up @@ -258,7 +258,7 @@
"REGISTERED": "Pending, waiting for confirmations",
"CONFIRMED": "Success",
"INVALID": "Inconsistent",
"UNKNOWN": "Unknown"
"UNKNOWN": "Unknown"
},
"statuses_add": {
"instant_send": "Confirmed as InstantSend (yet 0 network confirmations)",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"date_yesterday": "Вчера",
"incorrect_address": "Неправильный ADM-адрес",
"no_public_key": "Этот адрес еще не использовался. С ним нельзя начать чат",
"unable_to_retrieve_no_public_key": "`{ Не могу прочитать сообщение: нет публичного ключа собеседника }`",
"unable_to_retrieve_no_public_key": "`Не могу прочитать сообщение: нет публичного ключа собеседника`",
"me": "Я",
"message": "Введите сообщение",
"message_mac_os": "Введите сообщение. Cmd + Ctrl + Space для выбора смайлика",
Expand Down

0 comments on commit 7f66116

Please sign in to comment.