]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix wording log in vs. login 18692/head
authorSascha Wiswedel <sascha.wiswedel@nextcloud.com>
Mon, 6 Jan 2020 13:44:31 +0000 (14:44 +0100)
committerSascha Wiswedel <sascha.wiswedel@nextcloud.com>
Mon, 6 Jan 2020 13:44:31 +0000 (14:44 +0100)
"log in" is used as verb, while "login" is a noun.
In this case, what's supposed to be cancelled is the login process - therefore the noun must be used.

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
core/templates/twofactorselectchallenge.php
core/templates/twofactorsetupchallenge.php
core/templates/twofactorsetupselection.php
core/templates/twofactorshowchallenge.php

index 8508039268ec792ec1f20facccd212a123b2a293..86561cddb3638c78820b8291dd39f8bf9a4edbef 100644 (file)
@@ -72,6 +72,6 @@ $noProviders = empty($_['providers']);
        </p>
        <?php endif; ?>
        <p><a class="two-factor-secondary" href="<?php print_unescaped($_['logout_url']); ?>">
-               <?php p($l->t('Cancel log in')) ?>
+               <?php p($l->t('Cancel login')) ?>
        </a></p>
 </div>
index 9c182db17150f38937aa4dee8f0352f93c18d3f1..a5b8b44f049730586f687111f59e1a2a0f717122 100644 (file)
@@ -11,6 +11,6 @@ $template = $_['template'];
        <h2 class="two-factor-header"><?php p($provider->getDisplayName()); ?></h2>
        <?php print_unescaped($template); ?>
        <p><a class="two-factor-secondary" href="<?php print_unescaped($_['logout_url']); ?>">
-                       <?php p($l->t('Cancel log in')) ?>
+                       <?php p($l->t('Cancel login')) ?>
        </a></p>
 </div>
index 1928e07ebc73f842c12b5a4df4f7dccc4e4276cb..837d171a80d35154e4d503dfe56d3880e5f3411c 100644 (file)
@@ -53,6 +53,6 @@ declare(strict_types=1);
        <?php endforeach; ?>
        </ul>
        <p><a class="two-factor-secondary" href="<?php print_unescaped($_['logout_url']); ?>">
-               <?php p($l->t('Cancel log in')) ?>
+               <?php p($l->t('Cancel login')) ?>
        </a></p>
 </div>
index bb962594c1d37d4e87715dd16360fafb1c4c311f..e3270b80627b1b88dce7c3490f54d08bc2c4a8a0 100644 (file)
@@ -34,6 +34,6 @@ $template = $_['template'];
        </p>
        <?php endif; ?>
        <p><a class="two-factor-secondary" href="<?php print_unescaped($_['logout_url']); ?>">
-               <?php p($l->t('Cancel log in')) ?>
+               <?php p($l->t('Cancel login')) ?>
        </a></p>
 </div>