diff options
author | Volkan Gezer <wakeup@users.noreply.github.com> | 2015-01-11 13:47:37 +0100 |
---|---|---|
committer | Volkan Gezer <wakeup@users.noreply.github.com> | 2015-01-11 13:47:37 +0100 |
commit | 8cd0962c6a2608436e734f6aafef592742ccb30b (patch) | |
tree | 1e361b0a6d4d9b332c13d632d9557c7026e64063 /apps/files_external/templates | |
parent | 3425c73815317d4d5dd2373b2e9d9ce74c6e2abc (diff) | |
download | nextcloud-server-8cd0962c6a2608436e734f6aafef592742ccb30b.tar.gz nextcloud-server-8cd0962c6a2608436e734f6aafef592742ccb30b.zip |
suggestion by transifex translator
Diffstat (limited to 'apps/files_external/templates')
-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 c21a475deba..8358cc1bc3f 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 configured')); ?></h2> + <h2><?php p($l->t('No external storage configured')); ?></h2> <p><?php p($l->t('You can configure external storages in the personal settings')); ?></p> </div> |