aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/login.html')
-rw-r--r--template/html/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/login.html b/template/html/login.html
index fabb70c..70ad712 100644
--- a/template/html/login.html
+++ b/template/html/login.html
@@ -16,7 +16,7 @@
<input type="password" name="password" id="form-password" value="{{ .form.Password }}" required>
<div class="buttons">
- <button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.login" }}</button>
+ <button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.loading" }}">{{ t "action.login" }}</button>
</div>
</form>
{{ if hasOAuth2Provider "google" }}