Merge pull request #18692 from nextcloud/wiswedel/wording/login

fix wording log in vs. login
This commit is contained in:
Roeland Jago Douma 2020-01-06 20:02:52 +01:00 committed by GitHub
commit 4c841559e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -72,6 +72,6 @@ $noProviders = empty($_['providers']);
</p>
<?php endif; ?>
<p><a class="two-factor-secondary" href="<?php print_unescaped($_['logout_url']); ?>">
<?php p($l->t('Cancel log in')) ?>
<?php p($l->t('Cancel login')) ?>
</a></p>
</div>

View File

@ -11,6 +11,6 @@ $template = $_['template'];
<h2 class="two-factor-header"><?php p($provider->getDisplayName()); ?></h2>
<?php print_unescaped($template); ?>
<p><a class="two-factor-secondary" href="<?php print_unescaped($_['logout_url']); ?>">
<?php p($l->t('Cancel log in')) ?>
<?php p($l->t('Cancel login')) ?>
</a></p>
</div>

View File

@ -53,6 +53,6 @@ declare(strict_types=1);
<?php endforeach; ?>
</ul>
<p><a class="two-factor-secondary" href="<?php print_unescaped($_['logout_url']); ?>">
<?php p($l->t('Cancel log in')) ?>
<?php p($l->t('Cancel login')) ?>
</a></p>
</div>

View File

@ -34,6 +34,6 @@ $template = $_['template'];
</p>
<?php endif; ?>
<p><a class="two-factor-secondary" href="<?php print_unescaped($_['logout_url']); ?>">
<?php p($l->t('Cancel log in')) ?>
<?php p($l->t('Cancel login')) ?>
</a></p>
</div>