From 8cd0962c6a2608436e734f6aafef592742ccb30b Mon Sep 17 00:00:00 2001 From: Volkan Gezer <wakeup@users.noreply.github.com> Date: Sun, 11 Jan 2015 13:47:37 +0100 Subject: [PATCH] suggestion by transifex translator --- apps/files_external/templates/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_external/templates/list.php b/apps/files_external/templates/list.php index c21a475deb..8358cc1bc3 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> -- GitLab