Merge pull request #19863 from owncloud/external-storage-wording
fix wording on external storage checkbox, ref #19858
This commit is contained in:
commit
122f8d831b
|
@ -193,7 +193,7 @@
|
||||||
<br />
|
<br />
|
||||||
<input type="checkbox" name="allowUserMounting" id="allowUserMounting" class="checkbox"
|
<input type="checkbox" name="allowUserMounting" id="allowUserMounting" class="checkbox"
|
||||||
value="1" <?php if ($_['allowUserMounting'] == 'yes') print_unescaped(' checked="checked"'); ?> />
|
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; ?>>
|
<p id="userMountingBackends"<?php if ($_['allowUserMounting'] != 'yes'): ?> class="hidden"<?php endif; ?>>
|
||||||
<?php p($l->t('Allow users to mount the following external storage')); ?><br />
|
<?php p($l->t('Allow users to mount the following external storage')); ?><br />
|
||||||
|
|
Loading…
Reference in New Issue