diff --git a/core/templates/twofactorselectchallenge.php b/core/templates/twofactorselectchallenge.php
index 8508039268ec792ec1f20facccd212a123b2a293..86561cddb3638c78820b8291dd39f8bf9a4edbef 100644
--- a/core/templates/twofactorselectchallenge.php
+++ b/core/templates/twofactorselectchallenge.php
@@ -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>
diff --git a/core/templates/twofactorsetupchallenge.php b/core/templates/twofactorsetupchallenge.php
index 9c182db17150f38937aa4dee8f0352f93c18d3f1..a5b8b44f049730586f687111f59e1a2a0f717122 100644
--- a/core/templates/twofactorsetupchallenge.php
+++ b/core/templates/twofactorsetupchallenge.php
@@ -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>
diff --git a/core/templates/twofactorsetupselection.php b/core/templates/twofactorsetupselection.php
index 1928e07ebc73f842c12b5a4df4f7dccc4e4276cb..837d171a80d35154e4d503dfe56d3880e5f3411c 100644
--- a/core/templates/twofactorsetupselection.php
+++ b/core/templates/twofactorsetupselection.php
@@ -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>
diff --git a/core/templates/twofactorshowchallenge.php b/core/templates/twofactorshowchallenge.php
index bb962594c1d37d4e87715dd16360fafb1c4c311f..e3270b80627b1b88dce7c3490f54d08bc2c4a8a0 100644
--- a/core/templates/twofactorshowchallenge.php
+++ b/core/templates/twofactorshowchallenge.php
@@ -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>