Merge pull request #18692 from nextcloud/wiswedel/wording/login
fix wording log in vs. login
This commit is contained in:
commit
4c841559e1
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue