summaryrefslogtreecommitdiffstats
path: root/apps/files_external/templates
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-02-11 18:04:54 -0500
committerMichael Gapczynski <mtgap@owncloud.com>2013-02-11 18:04:54 -0500
commit6f08b1f829e9d4c49f66b19fdda8c229bc8ae3f3 (patch)
tree79d160b2eef6711ddc71f7b0310b9578196497cf /apps/files_external/templates
parentfbcf62389c195410def29e04b9e515324d0a128f (diff)
downloadnextcloud-server-6f08b1f829e9d4c49f66b19fdda8c229bc8ae3f3.tar.gz
nextcloud-server-6f08b1f829e9d4c49f66b19fdda8c229bc8ae3f3.zip
Change wordings
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r--apps/files_external/templates/settings.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index 6f22de392fa..62bbf3a5ae1 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -6,8 +6,8 @@
<thead>
<tr>
<th></th>
- <th><?php echo $l->t('Mount point'); ?></th>
- <th><?php echo $l->t('Backend'); ?></th>
+ <th><?php echo $l->t('Folder name'); ?></th>
+ <th><?php echo $l->t('External storage'); ?></th>
<th><?php echo $l->t('Configuration'); ?></th>
<!--<th><?php echo $l->t('Options'); ?></th> -->
<?php if ($_['isAdminPage']) echo '<th>'.$l->t('Applicable').'</th>'; ?>
@@ -30,7 +30,7 @@
<td class="backend">
<select id="selectBackend" data-configurations='<?php echo json_encode($_['backends']); ?>'>
<option value="" disabled selected
- style="display:none;"><?php echo $l->t('Add mount point'); ?></option>
+ style="display:none;"><?php echo $l->t('Add storage'); ?></option>
<?php foreach ($_['backends'] as $class => $backend): ?>
<option value="<?php echo $class; ?>"><?php echo $backend['backend']; ?></option>
<?php endforeach; ?>