1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

frontend: rephrase dashboard pane titles and subtexts

Closes https://gitlab.com/commento/commento-ce/issues/82
This commit is contained in:
Adhityaa Chandrasekar
2018-09-23 00:59:14 -04:00
parent 4d799182da
commit d6ccb7338c
2 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@
},
{
"id": "general",
"text": "General Settings",
"text": "Configure Domain",
"meaning": "Names, domains and the rest",
"selected": false,
"open": generalOpen,
@ -35,13 +35,13 @@
{
"id": "moderation",
"text": "Moderation Settings",
"meaning": "Approve and delete comments",
"meaning": "Manage list of moderators",
"selected": false,
"open": moderationOpen,
},
{
"id": "statistics",
"text": "Statistics",
"text": "View Activity",
"meaning": "Usage and comment statistics",
"selected": false,
"open": statisticsOpen,