summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-01 14:26:06 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-01 14:26:06 +0200
commit0a112de676ab41579a40eb04d4f8b0cc96b326a7 (patch)
tree8b5e83b1ee2974e797717e4a9bcd27e0f45efce1 /apps
parentc45793033dcb26a788c57c9df8ca6862fd0ca55c (diff)
downloadnextcloud-server-0a112de676ab41579a40eb04d4f8b0cc96b326a7.tar.gz
nextcloud-server-0a112de676ab41579a40eb04d4f8b0cc96b326a7.zip
external storage: change confusing 'applicable' to 'available for'
Diffstat (limited to 'apps')
-rw-r--r--apps/files_external/templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index a2bdbcf4632..28836ed5b53 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -9,7 +9,7 @@
<th><?php p($l->t('External storage')); ?></th>
<th><?php p($l->t('Configuration')); ?></th>
<!--<th><?php p($l->t('Options')); ?></th> -->
- <?php if ($_['isAdminPage']) print_unescaped('<th>'.$l->t('Applicable').'</th>'); ?>
+ <?php if ($_['isAdminPage']) print_unescaped('<th>'.$l->t('Available for').'</th>'); ?>
<th>&nbsp;</th>
</tr>
</thead>