Skip to content

Commit

Permalink
fix(NodesOfflineDialog): update dialog texts
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Aug 21, 2024
1 parent 162151d commit 3f2ee5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/components/NodesOfflineDialog.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<v-dialog :model-value="true" width="500" :class="className">
<v-dialog v-model="showDialog" width="500" :class="className">
<v-card>
<v-card-title class="a-text-header">
{{ t('chats.nodes_offline_dialog.title') }}
{{ t('chats.nodes_offline_dialog.title', { coin: nodeType.toUpperCase() }) }}
</v-card-title>

<v-divider class="a-divider" />
Expand Down
6 changes: 3 additions & 3 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
"you_removed_reaction": "Removed reaction",
"partner_removed_reaction": "Removed reaction",
"nodes_offline_dialog": {
"title": "Nodes are offline",
"text": "All {coin} nodes appear to be offline or possibly disabled. To continue use the Messenger please review the <strong>Nodes list</strong> and enable any nodes that are found to be disabled.",
"open_nodes_button": "Open Nodes page"
"title": "No active {coin} nodes",
"text": "Unable to request new messages — No active {coin} blockchain nodes. As you've deactivated some of them, consider reviewing the node list.",
"open_nodes_button": "Review {coin} node list"
},
"unsupported_transaction_type": "This transaction type is not supported. Please refresh the page or install the latest version of the app."
},
Expand Down
6 changes: 3 additions & 3 deletions src/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
"you_removed_reaction": "Убрали реакцию",
"partner_removed_reaction": "Убрал реакцию",
"nodes_offline_dialog": {
"title": "Узлы недоступны",
"text": "Кажется все узлы {coin} недоступны, или возможно отключены. Перейдите на страницу <strong>Узлов</strong> и включите узлы, если они отключены.",
"open_nodes_button": "Перейти в Список узлов"
"title": "Нет активных узлов {coin}",
"text": "Не удается получить новые сообщения — нет активных узлов блокчейна {coin}. Поскольку вы отключили некоторые из них, посмотрите список узлов еще раз.",
"open_nodes_button": "К списку узлов {coin}"
},
"unsupported_transaction_type": "Данный тип транзакции не поддерживается. Пожалуйста, обновите страницу, либо установите последнюю версию приложения."
},
Expand Down

0 comments on commit 3f2ee5a

Please sign in to comment.