From 31eaa6e6f4a068a7d351160a4aa252a809449140 Mon Sep 17 00:00:00 2001
From: Joas Schilling <coding@schilljs.com>
Date: Tue, 1 Oct 2019 12:27:32 +0200
Subject: [PATCH] Fix typo in "which"

Signed-off-by: Joas Schilling <coding@schilljs.com>
---
 core/templates/twofactorsetupselection.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/templates/twofactorsetupselection.php b/core/templates/twofactorsetupselection.php
index 7d689b89af7..1928e07ebc7 100644
--- a/core/templates/twofactorsetupselection.php
+++ b/core/templates/twofactorsetupselection.php
@@ -25,7 +25,7 @@ declare(strict_types=1);
 ?>
 <div class="body-login-container update">
 	<h2 class="two-factor-header"><?php p($l->t('Setup two-factor authentication')) ?></h2>
-	<?php p($l->t('Enhanced security is enforced for your account. Choose wich provider to set up:')) ?>
+	<?php p($l->t('Enhanced security is enforced for your account. Choose which provider to set up:')) ?>
 	<ul>
 	<?php foreach ($_['providers'] as $provider): ?>
 		<li>
-- 
GitLab