diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2019-10-01 16:16:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 16:16:06 +0200 |
commit | 6a2e2cfdf1cc805ebf852a8ca8abaafa2e5597b9 (patch) | |
tree | 823a0520530bc95dd90ebc40772413647a477504 | |
parent | f9870eec2cefef95aa563cbbbe78f2dc9dd5e128 (diff) | |
parent | 31eaa6e6f4a068a7d351160a4aa252a809449140 (diff) | |
download | nextcloud-server-6a2e2cfdf1cc805ebf852a8ca8abaafa2e5597b9.tar.gz nextcloud-server-6a2e2cfdf1cc805ebf852a8ca8abaafa2e5597b9.zip |
Merge pull request #17353 from nextcloud/bugfix/noid/fix-wich-typo
Fix typo in "which"
-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> |