diff --git a/pages/index.html b/pages/index.html
index 3e36315..8d7a923 100644
--- a/pages/index.html
+++ b/pages/index.html
@@ -30,8 +30,8 @@
-
-
+
+
diff --git a/translations/eng/index.json b/translations/eng/index.json
index 96ae6bb..2e80a44 100644
--- a/translations/eng/index.json
+++ b/translations/eng/index.json
@@ -15,6 +15,16 @@
"id": "index jump here",
"message": "Jump here",
"translation": "Jump here"
+ },
+ {
+ "id": "index placeholder category name",
+ "message": "Category Name",
+ "translation": "Category Name"
+ },
+ {
+ "id": "index create button",
+ "message": "Create",
+ "translation": "Create"
}
]
}
\ No newline at end of file
diff --git a/translations/ru/index.json b/translations/ru/index.json
index f85e832..76dd61e 100644
--- a/translations/ru/index.json
+++ b/translations/ru/index.json
@@ -15,6 +15,16 @@
"id": "index jump here",
"message": "Jump here",
"translation": "Перейти"
+ },
+ {
+ "id": "index placeholder category name",
+ "message": "Category Name",
+ "translation": "Название Категории"
+ },
+ {
+ "id": "index create button",
+ "message": "Create",
+ "translation": "Создать"
}
]
}
\ No newline at end of file