diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-03 11:16:21 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-03 11:16:21 +0100 |
commit | 292c924043c47a62ba76b824ad6636bdca903c9a (patch) | |
tree | 61d65b2bba1417d1041058b1abb137b3d5ef2bb4 | |
parent | 43f567121133afce2e35766cf2189978aa380900 (diff) | |
parent | fa5a15be2ba677bdef1ec23368ffb4bf491db4cf (diff) | |
download | nextcloud-server-292c924043c47a62ba76b824ad6636bdca903c9a.tar.gz nextcloud-server-292c924043c47a62ba76b824ad6636bdca903c9a.zip |
Merge pull request #20253 from owncloud/external-storage-wording
fix external storage wording detail, ref #19858
-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 cac73cb87ee..cebf6cc4de0 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('Allow users to mount external storages')); ?></label> <span id="userMountingMsg" class="msg"></span> + <label for="allowUserMounting"><?php p($l->t('Allow users to mount external storage')); ?></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 /> |