Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-03-28 13:32:39 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-03-28 13:32:39 +0300
commit4f46d0467ac1e63d4feaa57f6d8d318a09fee394 (patch)
tree0983ecbdc0590ed7e423714f7548fe682dcdd477 /templates
parent3733b1b62193827d1022cc4c476bdffea899060d (diff)
add Settings label to icon to make consistent with other apps
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index 1336066d1..ff9ed71b0 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -55,7 +55,7 @@ if ($_['debug']) {
<div id="app-settings">
<div id="app-settings-header">
<button class="settings-button"
- data-apps-slide-toggle="#app-settings-content"></button>
+ data-apps-slide-toggle="#app-settings-content"><?php p($l->t('Settings'));?></button>
</div>
<div id="app-settings-content"></div>
</div>