diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-16 00:56:08 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-16 00:56:08 +0200 |
commit | feff9f5bd1f776ade18ec8e196553730ef408a54 (patch) | |
tree | 65154b7921719d979b5800a49dbe8cb87bf02041 /apps/theming/templates | |
parent | 84ab102146f4a9443ef1b6382f049eac99b85c6b (diff) | |
download | nextcloud-server-feff9f5bd1f776ade18ec8e196553730ef408a54.tar.gz nextcloud-server-feff9f5bd1f776ade18ec8e196553730ef408a54.zip |
Use link not address in labels for URLs
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/theming/templates')
-rw-r--r-- | apps/theming/templates/settings-admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php index 7df92c335c2..26ab78637c9 100644 --- a/apps/theming/templates/settings-admin.php +++ b/apps/theming/templates/settings-admin.php @@ -47,7 +47,7 @@ style('theming', 'settings-admin'); </div> <div> <label> - <span><?php p($l->t('Web address')) ?></span> + <span><?php p($l->t('Web link')) ?></span> <input id="theming-url" type="url" placeholder="<?php p($l->t('https://…')); ?>" value="<?php p($_['url']) ?>" maxlength="500" /> <div data-setting="url" data-toggle="tooltip" data-original-title="<?php p($l->t('Reset to default')); ?>" class="theme-undo icon icon-history"></div> </label> @@ -96,7 +96,7 @@ style('theming', 'settings-admin'); <div class="advanced-options"> <div> <label> - <span><?php p($l->t('Legal notice address')) ?></span> + <span><?php p($l->t('Legal notice link')) ?></span> <input id="theming-imprintUrl" type="url" placeholder="<?php p($l->t('https://…')); ?>" value="<?php p($_['imprintUrl']) ?>" maxlength="500" /> <div data-setting="imprintUrl" data-toggle="tooltip" data-original-title="<?php p($l->t('Reset to default')); ?>" class="theme-undo icon icon-history"></div> </label> |