diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-10-19 21:26:32 +1300 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-10-19 21:26:47 +1300 |
commit | acc906c4d83517055cf938d409515128f3dbdbdc (patch) | |
tree | 63e013f038e5a380da6343564da98b5ad602e23d /apps/files_external | |
parent | 6cd1126dd13ec4561144a0124bedd5394a7c8ff9 (diff) | |
download | nextcloud-server-acc906c4d83517055cf938d409515128f3dbdbdc.tar.gz nextcloud-server-acc906c4d83517055cf938d409515128f3dbdbdc.zip |
fix wording on external storage checkbox, ref #19858
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/templates/settings.php | 2 |
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 /> |