diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-01 14:26:06 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-01 14:26:06 +0200 |
commit | 0a112de676ab41579a40eb04d4f8b0cc96b326a7 (patch) | |
tree | 8b5e83b1ee2974e797717e4a9bcd27e0f45efce1 /apps | |
parent | c45793033dcb26a788c57c9df8ca6862fd0ca55c (diff) | |
download | nextcloud-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.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 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> </th> </tr> </thead> |