From ca35e9ade004c71d961365417cd711a371ea9d2c Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Fri, 21 Oct 2022 16:43:48 +0300 Subject: [PATCH] fix listNotFound in en and ru --- src/includes/lang/en.json | 2 +- src/includes/lang/ru.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/includes/lang/en.json b/src/includes/lang/en.json index a30da24..affeac2 100644 --- a/src/includes/lang/en.json +++ b/src/includes/lang/en.json @@ -191,7 +191,7 @@ "actionNoteCancel": "cancel", "error": "Some error occurred (click for details)", "denied": "Access denied", - "listNotFound": "Not found", + "listNotFound": "List not found", "noPublicLists": "No public tasks", "invalidpass": "Wrong password", "addList": "Create new list", diff --git a/src/includes/lang/ru.json b/src/includes/lang/ru.json index 63e67ab..2d72f3e 100644 --- a/src/includes/lang/ru.json +++ b/src/includes/lang/ru.json @@ -191,7 +191,7 @@ "actionNoteCancel": "отмена", "error": "Ошибка", "denied": "Доступ запрещен", - "listNotFound": "Не найден", + "listNotFound": "Список не найден", "noPublicLists": "Нет опубликованных списков", "invalidpass": "Неверный пароль", "addList": "Новый список",