Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJochen <rothjochen@gmail.com>2019-09-05 20:16:17 +0300
committerJochen <rothjochen@gmail.com>2019-09-05 20:16:17 +0300
commitc6b660099a92ff332e1b3aa924a0a49866eb0a79 (patch)
treeea8c9e76dd86c9f1fc3755df800f3d7b3638cf28 /core
parenta9b942cbbe7ad78f7ebf90744203e7c18c64975b (diff)
Move "Log in with" label to "sociallogin" app
https://github.com/nextcloud/server/pull/16832#issuecomment-528197965 Signed-off-by: Jochen <rothjochen@gmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/templates/login.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php
index eeeb38d9fc9..0039deb5913 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -9,7 +9,6 @@ script('core', 'dist/login');
<div id="alternative-logins">
<?php foreach($_['alt_login'] as $login): ?>
<a class="button primary <?php p($login['style']); ?>" href="<?php print_unescaped($login['href']); ?>" >
- <?php p($l->t('Log in with')) ?>
<?php p($login['name']); ?>
</a>
<?php endforeach; ?>