diff options
author | root <martin.mattel@diemattels.at> | 2015-01-02 21:00:02 +0100 |
---|---|---|
committer | root <martin.mattel@diemattels.at> | 2015-01-02 21:00:02 +0100 |
commit | c44d41178a9b1324f5046af0d102b18d7d9239d9 (patch) | |
tree | 430675c0692cb5a7c9389e191e64ab6aec48ecee | |
parent | ec6e70889a190844ee15784ec3d3138953dfd480 (diff) | |
download | nextcloud-server-c44d41178a9b1324f5046af0d102b18d7d9239d9.tar.gz nextcloud-server-c44d41178a9b1324f5046af0d102b18d7d9239d9.zip |
adopt text "no ecternal storage configured"
storage -> storages
-rw-r--r-- | apps/files_external/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/templates/list.php b/apps/files_external/templates/list.php index 09923fe3879..c21a475deba 100644 --- a/apps/files_external/templates/list.php +++ b/apps/files_external/templates/list.php @@ -6,7 +6,7 @@ <div id="emptycontent" class="hidden"> <div class="icon-external"></div> - <h2><?php p($l->t('No external storages')); ?></h2> + <h2><?php p($l->t('No external storages configured')); ?></h2> <p><?php p($l->t('You can configure external storages in the personal settings')); ?></p> </div> |