From ff659000de732a939e11c796688f35bab4a77ee7 Mon Sep 17 00:00:00 2001 From: shrpne Date: Fri, 14 Jan 2022 12:27:42 +0300 Subject: [PATCH] v0.11.3 --- components/ConnectionNotice.vue | 2 +- lang/ru.js | 2 ++ package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/components/ConnectionNotice.vue b/components/ConnectionNotice.vue index d107dc1f..4bc66a96 100644 --- a/components/ConnectionNotice.vue +++ b/components/ConnectionNotice.vue @@ -92,7 +92,7 @@
⚠️ - Not synchronized with network + {{ $td('Not synchronized with network', 'error.not-synchronized-with-network') }}
diff --git a/lang/ru.js b/lang/ru.js index 6657935f..5f4c16c0 100644 --- a/lang/ru.js +++ b/lang/ru.js @@ -24,6 +24,8 @@ export default { 'message-503': 'Страница временно недоступна. Она перегружена или производится техническое обслуживание.', 'refresh-link': 'Обновить страницу', 'return-link': 'Перейти на главную', + + 'not-synchronized-with-network': 'Не синхронизировано с сетью', }, index: { 'seo-description': 'Консоль Minter — это самая продвинутая часть нашего проекта, которая позволяет управлять своими действиями в нашей сети.', diff --git a/package.json b/package.json index 6e15c19c..90a6887d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minter-console-web", - "version": "0.11.2", + "version": "0.11.3", "description": "Minter Console Website", "author": "shrpne ", "private": true,