diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-06-16 11:33:51 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-06-16 11:33:51 +0200 |
commit | 78b6f595232096a514f7f40281d53ec7aabc772a (patch) | |
tree | 750f8b7cd910164d28721ac38d4a09d14184adcc /apps/files_external/templates/settings.php | |
parent | 86e1d8ca54e9cbc3c33621f15abcf22fc3dcbec9 (diff) | |
download | nextcloud-server-78b6f595232096a514f7f40281d53ec7aabc772a.tar.gz nextcloud-server-78b6f595232096a514f7f40281d53ec7aabc772a.zip |
fix typo - Backups -> Backends
Diffstat (limited to 'apps/files_external/templates/settings.php')
-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 df80ed10993..98fcf4a0ed4 100644 --- a/apps/files_external/templates/settings.php +++ b/apps/files_external/templates/settings.php @@ -131,7 +131,7 @@ 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> - <p id="userMountingBackups"<?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 $i = 0; foreach ($_['personal_backends'] as $class => $backend): ?> <input type="checkbox" id="allowUserMountingBackends<?php p($i); ?>" name="allowUserMountingBackends[]" value="<?php p($class); ?>" <?php if ($backend['enabled']) print_unescaped(' checked="checked"'); ?> /> |