diff --git a/templates/admin_index.html b/templates/admin_index.html index 53f196b4..7a8aa67d 100644 --- a/templates/admin_index.html +++ b/templates/admin_index.html @@ -43,11 +43,11 @@ NyaaPantsu
- {{call $.T "Nyaa Pantsu"}} - {{call $.T "Torrents"}} - {{call $.T "Users"}} - {{call $.T "Comments"}} - {{call $.T "Torrent Reports"}} + {{call $.T "nyaa_pantsu"}} + {{call $.T "torrents"}} + {{call $.T "users"}} + {{call $.T "comments"}} + {{call $.T "torrent_reports"}} Torrent Reassign
@@ -95,4 +95,4 @@ {{ block "footer_js" .}}{{end}} - \ No newline at end of file + diff --git a/translations/en-us.all.json b/translations/en-us.all.json index ab0e508d..44891f4b 100644 --- a/translations/en-us.all.json +++ b/translations/en-us.all.json @@ -976,23 +976,15 @@ "translation": "Hide" }, { - "id": "Nyaa Pantsu", + "id": "nyaa_pantsu", "translation": "Nyaa Pantsu" }, { - "id": "Torrents", - "translation": "Torrents" - }, - { - "id": "Users", + "id": "users", "translation": "Users" }, { - "id": "Comments", - "translation": "Comments" - }, - { - "id": "Torrent Reports", + "id": "torrent_reports", "translation": "Torrent Reports" }, { diff --git a/translations/fr-fr.all.json b/translations/fr-fr.all.json index 5a6df580..d04a4a5e 100644 --- a/translations/fr-fr.all.json +++ b/translations/fr-fr.all.json @@ -892,23 +892,15 @@ "translation": "Annuler" }, { - "id": "Nyaa Pantsu", + "id": "nyaa_pantsu", "translation": "Pantsu" }, { - "id": "Torrents", - "translation": "Torrents" - }, - { - "id": "Users", + "id": "users", "translation": "Utilisateurs" }, { - "id": "Comments", - "translation": "Commentaires" - }, - { - "id": "Torrent Reports", + "id": "torrent_reports", "translation": "Signalements de torrents" }, {