diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 12:20:38 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 12:20:38 +0100 |
commit | 1b5f43e7c36f411e1abdf0fcdaec6e3e653c6dc7 (patch) | |
tree | cb53d96eb11a718e0ff83a925cd85005812a60ae /apps/files/templates | |
parent | 9f9aa44b577fc2efb2893f8f71f8bbb7770e68d7 (diff) | |
download | nextcloud-server-1b5f43e7c36f411e1abdf0fcdaec6e3e653c6dc7.tar.gz nextcloud-server-1b5f43e7c36f411e1abdf0fcdaec6e3e653c6dc7.zip |
add text to Settings button
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/appnavigation.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/templates/appnavigation.php b/apps/files/templates/appnavigation.php index 30f0a5afdf1..aa2deea78eb 100644 --- a/apps/files/templates/appnavigation.php +++ b/apps/files/templates/appnavigation.php @@ -6,7 +6,9 @@ </ul> <div id="app-settings"> <div id="app-settings-header"> - <button class="settings-button" data-apps-slide-toggle="#app-settings-content"></button> + <button class="settings-button" data-apps-slide-toggle="#app-settings-content"> + <span class="hidden"><?php p($l->t('Settings'));?></span> + </button> </div> <div id="app-settings-content"> <h2><?php p($l->t('WebDAV'));?></h2> |