"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 <sascha.wiswedel@nextcloud.com>
</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>
<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>
<?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>
</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>