diff --git a/frontend/index.html b/frontend/index.html index 18946f8..16bd583 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -230,7 +230,7 @@ @@ -752,7 +752,7 @@ - +
@@ -7917,7 +7917,7 @@ const LANG_RU = { 'Equip card': 'Подключить карту', 'Check status': 'Проверить статус', 'Reset card': 'Сброс карты', - 'Disconnect from pySim': 'Отключиться от pySim', + 'Disconnect from server': 'Отключиться от сервера', 'File manager': 'Файловый менеджер', 'Custom files': 'Пользовательские файлы', 'pySim command line': 'Командная строка pySim', diff --git a/frontend/sw.js b/frontend/sw.js index 5339652..05a490d 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'otaman-v61'; +const CACHE = 'otaman-v62'; const URLS = [ 'index.html', 'help.html',