From f4716d5a1e9c91539f5a6622bcf292d83a7985ce Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Thu, 17 Dec 2020 23:12:36 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B1=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/Reader.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/components/Reader/Reader.vue b/client/components/Reader/Reader.vue index e2142eac..207469bd 100644 --- a/client/components/Reader/Reader.vue +++ b/client/components/Reader/Reader.vue @@ -336,7 +336,7 @@ class Reader extends Vue { let againMes = ''; if (this.isFirstNeedUpdateNotify) { - againMes = ' ЕЩЕ один раз'; + againMes = ' еще один раз'; } if (this.version != this.clientVersion) @@ -345,9 +345,9 @@ class Reader extends Vue { console.error(e); } finally { this.checkingNewVersion = false; - } + } + this.isFirstNeedUpdateNotify = false; } - this.isFirstNeedUpdateNotify = false; } updateHeaderMinWidth() {