Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix wording log in vs. login
"log in" is used as verb, while "login" is a noun.
In this case, what's supposed to be cancelled is the login process - therefore the noun must be used.

Signed-off-by: Sascha Wiswedel <[email protected]>
  • Loading branch information
wiswedel committed Jan 6, 2020
commit e24c7a8900dc6bfd68babd22ef03f252d68e2457
2 changes: 1 addition & 1 deletion core/templates/twofactorselectchallenge.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
</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>
2 changes: 1 addition & 1 deletion core/templates/twofactorsetupchallenge.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<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>
2 changes: 1 addition & 1 deletion core/templates/twofactorsetupselection.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
<?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>
2 changes: 1 addition & 1 deletion core/templates/twofactorshowchallenge.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
</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>