diff --git a/frontend/index.html b/frontend/index.html
index fb2d836..f4c40a3 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -765,7 +765,7 @@
-
Add known file paths and aliases to the file tree.
+
Custom files are added in file manager tree and included in card scan.
@@ -9200,7 +9200,7 @@ const LANG_RU = {
'Edit': 'Редактировать',
'Execute': 'Выполнить',
'Send': 'Отправить',
- 'Add known file paths and aliases to the file tree.': 'Добавьте пути и псевдонимы файлов в дерево файлов.',
+ 'Custom files are added in file manager tree and included in card scan.': 'Пользовательские файлы добавляются в менеджер файлов и учитываются при чтении карт.',
'File:': 'Файл:',
'Cancel': 'Отмена',
'Timeout': 'Таймаут',
diff --git a/frontend/sw.js b/frontend/sw.js
index a0b5857..e4a9c35 100644
--- a/frontend/sw.js
+++ b/frontend/sw.js
@@ -1,4 +1,4 @@
-const CACHE = 'otaman-v118';
+const CACHE = 'otaman-v119';
const URLS = [
'index.html',
'help.html',