summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-20 15:21:26 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-20 15:21:26 +0200
commit122f8d831b862d5327c006d41d81fda10f4b7f7f (patch)
tree99311cdbd60bcd132e68b149e3c2cf8b5049a8f5
parent257ccfa698e82aca2673fc02bf981adc894411f3 (diff)
parentacc906c4d83517055cf938d409515128f3dbdbdc (diff)
downloadnextcloud-server-122f8d831b862d5327c006d41d81fda10f4b7f7f.tar.gz
nextcloud-server-122f8d831b862d5327c006d41d81fda10f4b7f7f.zip
Merge pull request #19863 from owncloud/external-storage-wording
fix wording on external storage checkbox, ref #19858
-rw-r--r--apps/files_external/templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index d00d22765e3..cac73cb87ee 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -193,7 +193,7 @@
<br />
<input type="checkbox" name="allowUserMounting" id="allowUserMounting" class="checkbox"
value="1" <?php if ($_['allowUserMounting'] == 'yes') print_unescaped(' checked="checked"'); ?> />
- <label for="allowUserMounting"><?php p($l->t('Enable User External Storage')); ?></label> <span id="userMountingMsg" class="msg"></span>
+ <label for="allowUserMounting"><?php p($l->t('Allow users to mount external storages')); ?></label> <span id="userMountingMsg" class="msg"></span>
<p id="userMountingBackends"<?php if ($_['allowUserMounting'] != 'yes'): ?> class="hidden"<?php endif; ?>>
<?php p($l->t('Allow users to mount the following external storage')); ?><br />