diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-03 08:56:15 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-03 08:56:15 +0100 |
commit | fa5a15be2ba677bdef1ec23368ffb4bf491db4cf (patch) | |
tree | 59d10e7c9c5c2c9154c96ea9550944cdf49b556a /apps | |
parent | 82f3590fd0fc9868ed51d97585c97afd05522b1e (diff) | |
download | nextcloud-server-fa5a15be2ba677bdef1ec23368ffb4bf491db4cf.tar.gz nextcloud-server-fa5a15be2ba677bdef1ec23368ffb4bf491db4cf.zip |
fix external storage wording detail, ref #19858
Diffstat (limited to 'apps')
-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 /> |