]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo in theming description 3209/head
authorJoas Schilling <coding@schilljs.com>
Mon, 23 Jan 2017 11:35:58 +0000 (12:35 +0100)
committerJoas Schilling <coding@schilljs.com>
Mon, 23 Jan 2017 11:35:58 +0000 (12:35 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/theming/templates/settings-admin.php

index 013b3bcf34f1fa94f34b6224adaf74c9722d36aa..920b4a007da5bcb7358f594e6a349009bb536171 100644 (file)
@@ -74,7 +74,7 @@ style('theming', 'settings-admin');
        <div>
                <form class="uploadButton inlineblock" method="post" action="<?php p($_['uploadLogoRoute']) ?>">
                        <input type="hidden" id="current-backgroundMime" name="current-backgroundMime" value="<?php p($_['backgroundMime']); ?>" />
-                       <label for="upload-login-background"><span><?php p($l->t('Log in image')) ?></span></label>
+                       <label for="upload-login-background"><span><?php p($l->t('Login image')) ?></span></label>
                        <input id="upload-login-background" class="upload-logo-field" name="upload-login-background" type="file">
                        <label for="upload-login-background" class="button icon-upload svg" id="upload-login-background" title="<?php p($l->t("Upload new login background")) ?>"></label>
                        <div data-setting="backgroundMime" data-toggle="tooltip" data-original-title="<?php p($l->t('reset to default')); ?>" class="theme-undo icon icon-history"></div>