Browse Source

Merge pull request #17353 from nextcloud/bugfix/noid/fix-wich-typo

Fix typo in "which"
tags/v18.0.0beta1
Joas Schilling 4 years ago
parent
commit
6a2e2cfdf1
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/templates/twofactorsetupselection.php

+ 1
- 1
core/templates/twofactorsetupselection.php View File

@@ -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>

Loading…
Cancel
Save