mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Use link not address in labels for URLs
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
84ab102146
commit
feff9f5bd1
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue