Merge pull request #13082 from mmattel/rename_text_no_external_storages

adopt text "no external storage configured"
This commit is contained in:
Morris Jobke 2015-01-03 11:59:22 +01:00
commit 92f062baac
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<div id="emptycontent" class="hidden"> <div id="emptycontent" class="hidden">
<div class="icon-external"></div> <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> <p><?php p($l->t('You can configure external storages in the personal settings')); ?></p>
</div> </div>