mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Merge pull request #13082 from mmattel/rename_text_no_external_storages
adopt text "no external storage configured"
This commit is contained in:
commit
92f062baac
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue