diff --git a/src/content/lang/en.json b/src/content/lang/en.json index 957460a..fe7bc29 100644 --- a/src/content/lang/en.json +++ b/src/content/lang/en.json @@ -8,6 +8,9 @@ "author_url": "http://www.mytinytodo.net" }, "My Tiny Todolist": "My Tiny Todolist", + "desktop_version": "Desktop version", + "mobile_version": "Mobile version", + "powered_by": "Powered by", "htab_newtask": "New task", "htab_search": "Search", "btn_add": "Add", diff --git a/src/content/lang/ru.json b/src/content/lang/ru.json index b07aba0..6ecfbae 100644 --- a/src/content/lang/ru.json +++ b/src/content/lang/ru.json @@ -8,6 +8,9 @@ "author_url": "http://www.mytinytodo.net" }, "My Tiny Todolist": "My Tiny Todolist", + "desktop_version": "Версия для компьютера", + "mobile_version": "Мобильная версия", + "powered_by": "Работает на", "htab_newtask": "Новая задача", "htab_search": "Поиск", "btn_add": "Добавить", diff --git a/src/content/themes/default/index.php b/src/content/themes/default/index.php index e3b59df..9ddcbb3 100644 --- a/src/content/themes/default/index.php +++ b/src/content/themes/default/index.php @@ -281,10 +281,10 @@ $().ready(function(){