diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-07-21 14:30:34 +0200 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2022-07-21 14:30:34 +0200 |
commit | 61e40954e0c21ff4e126685e1cfa4503855ff068 (patch) | |
tree | 6b68bb1348b532715344b3d8ed62f12e94976cfa /apps/files/templates | |
parent | 58a2989c4a7a27d995f41bb057e243f1629d6ace (diff) | |
download | nextcloud-server-61e40954e0c21ff4e126685e1cfa4503855ff068.tar.gz nextcloud-server-61e40954e0c21ff4e126685e1cfa4503855ff068.zip |
Rename files settings on the bottom left
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/appnavigation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/appnavigation.php b/apps/files/templates/appnavigation.php index d7c8f75665a..d32f157f00b 100644 --- a/apps/files/templates/appnavigation.php +++ b/apps/files/templates/appnavigation.php @@ -31,7 +31,7 @@ <div id="app-settings-header"> <button class="settings-button" data-apps-slide-toggle="#app-settings-content"> - <?php p($l->t('Settings')); ?> + <?php p($l->t('Files Settings')); ?> </button> </div> <div id="app-settings-content"> |