mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
fix listNotFound in en and ru
This commit is contained in:
parent
92a4ff1a48
commit
ca35e9ade0
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@
|
|||
"actionNoteCancel": "отмена",
|
||||
"error": "Ошибка",
|
||||
"denied": "Доступ запрещен",
|
||||
"listNotFound": "Не найден",
|
||||
"listNotFound": "Список не найден",
|
||||
"noPublicLists": "Нет опубликованных списков",
|
||||
"invalidpass": "Неверный пароль",
|
||||
"addList": "Новый список",
|
||||
|
|
|
|||
Loading…
Reference in a new issue