Skip to content

Commit

Permalink
v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Jan 14, 2022
1 parent 1b367bf commit ff65900
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ConnectionNotice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div class="connection-notice">
<div class="connection-notice__container u-container u-container--large">
<span class="connection-notice__icon u-emoji">⚠️</span>
<span class="connection-notice__caption">Not synchronized with network</span>
<span class="connection-notice__caption">{{ $td('Not synchronized with network', 'error.not-synchronized-with-network') }}</span>
</div>
</div>
</transition>
Expand Down
2 changes: 2 additions & 0 deletions lang/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export default {
'message-503': 'Страница временно недоступна. Она перегружена или производится техническое обслуживание.',
'refresh-link': 'Обновить страницу',
'return-link': 'Перейти на главную',

'not-synchronized-with-network': 'Не синхронизировано с сетью',
},
index: {
'seo-description': 'Консоль Minter — это самая продвинутая часть нашего проекта, которая позволяет управлять своими действиями в нашей сети.',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minter-console-web",
"version": "0.11.2",
"version": "0.11.3",
"description": "Minter Console Website",
"author": "shrpne <[email protected]>",
"private": true,
Expand Down

0 comments on commit ff65900

Please sign in to comment.