Skip to content

Commit 6a2e2cf

Browse files
Merge pull request #17353 from nextcloud/bugfix/noid/fix-wich-typo
Fix typo in "which"
2 parents f9870ee + 31eaa6e commit 6a2e2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/templates/twofactorsetupselection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
?>
2626
<div class="body-login-container update">
2727
<h2 class="two-factor-header"><?php p($l->t('Setup two-factor authentication')) ?></h2>
28-
<?php p($l->t('Enhanced security is enforced for your account. Choose wich provider to set up:')) ?>
28+
<?php p($l->t('Enhanced security is enforced for your account. Choose which provider to set up:')) ?>
2929
<ul>
3030
<?php foreach ($_['providers'] as $provider): ?>
3131
<li>

0 commit comments

Comments
 (0)