aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-04-16 16:07:59 +0200
committerGravatar GitHub <noreply@github.com> 2022-04-16 16:07:59 +0200
commit34f7558cfb7bbfa3b6e82a6f5275fb1a0da19bb7 (patch)
tree2f03e46e5c765a30e4150497aa2305f4fdb009c3 /app
parent578a05e0e325d61d0c38a6e4aa11a7ba9de14736 (diff)
Update integration.phtml (#4315)
Diffstat (limited to 'app')
-rw-r--r--app/views/configure/integration.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/integration.phtml b/app/views/configure/integration.phtml
index 15dbb48ed..a58d9cd8d 100644
--- a/app/views/configure/integration.phtml
+++ b/app/views/configure/integration.phtml
@@ -72,7 +72,7 @@
<div class="stick">
<input type="url" id="share_<?= $key ?>_url" name="share[<?= $key ?>][url]" class="long" value="<?= $share->baseUrl() ?>"
data-leave-validation="<?= $share->baseUrl() ?>" required />
- <a class="btn open-url" target="_blank" rel="noreferrer" href="<?= $share->baseUrl() ?>" title="<?= _t('gen.action.see_url') ?>" data-input="share_<?= $key ?>_url"><?= _i('link') ?></a>
+ <a class="btn open-url" target="_blank" rel="noreferrer" href="<?= $share->baseUrl() ?>" title="<?= _t('gen.action.open_url') ?>" data-input="share_<?= $key ?>_url"><?= _i('link') ?></a>
</div>
<p class="help"><?= _i('help') ?> <a href="<?= $share->help() ?>" target="_blank" rel="noreferrer"><?= _t('conf.sharing.more_information') ?></a></p>
</div>