frontend: rephrase dashboard pane titles and subtexts
Closes https://gitlab.com/commento/commento-ce/issues/82
This commit is contained in:
parent
4d799182da
commit
d6ccb7338c
@ -175,12 +175,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- General Settings -->
|
<!-- Configure Domain -->
|
||||||
<div id="general-view" class="view hidden">
|
<div id="general-view" class="view hidden">
|
||||||
<div class="view-inside">
|
<div class="view-inside">
|
||||||
<div class="small-mid-view">
|
<div class="small-mid-view">
|
||||||
<div class="center center-title">
|
<div class="center center-title">
|
||||||
General Settings
|
Configure Domain
|
||||||
</div>
|
</div>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "general",
|
"id": "general",
|
||||||
"text": "General Settings",
|
"text": "Configure Domain",
|
||||||
"meaning": "Names, domains and the rest",
|
"meaning": "Names, domains and the rest",
|
||||||
"selected": false,
|
"selected": false,
|
||||||
"open": generalOpen,
|
"open": generalOpen,
|
||||||
@ -35,13 +35,13 @@
|
|||||||
{
|
{
|
||||||
"id": "moderation",
|
"id": "moderation",
|
||||||
"text": "Moderation Settings",
|
"text": "Moderation Settings",
|
||||||
"meaning": "Approve and delete comments",
|
"meaning": "Manage list of moderators",
|
||||||
"selected": false,
|
"selected": false,
|
||||||
"open": moderationOpen,
|
"open": moderationOpen,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "statistics",
|
"id": "statistics",
|
||||||
"text": "Statistics",
|
"text": "View Activity",
|
||||||
"meaning": "Usage and comment statistics",
|
"meaning": "Usage and comment statistics",
|
||||||
"selected": false,
|
"selected": false,
|
||||||
"open": statisticsOpen,
|
"open": statisticsOpen,
|
||||||
|
Loading…
Reference in New Issue
Block a user