diff options
author | Joas Schilling <coding@schilljs.com> | 2019-10-01 12:27:32 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2019-10-01 12:27:32 +0200 |
commit | 31eaa6e6f4a068a7d351160a4aa252a809449140 (patch) | |
tree | 6d88ffc43ff2abe26c3cad01cbe16490e4c095cc /core/templates | |
parent | 48239c97c10c7d3473af32f756246ba5dfe3c36e (diff) | |
download | nextcloud-server-31eaa6e6f4a068a7d351160a4aa252a809449140.tar.gz nextcloud-server-31eaa6e6f4a068a7d351160a4aa252a809449140.zip |
Fix typo in "which"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/twofactorsetupselection.php | 2 |
1 files changed, 1 insertions, 1 deletions
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> |