]> source.dussan.org Git - nextcloud-server.git/commitdiff
adopt text "no ecternal storage configured"
authorroot <martin.mattel@diemattels.at>
Fri, 2 Jan 2015 20:00:02 +0000 (21:00 +0100)
committerroot <martin.mattel@diemattels.at>
Fri, 2 Jan 2015 20:00:02 +0000 (21:00 +0100)
storage -> storages

apps/files_external/templates/list.php

index 09923fe3879ca7ee04a2dc72c5902b055e9c2c39..c21a475deba58cbe672643d198669b96df420662 100644 (file)
@@ -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>