aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2019-03-26 20:47:04 -0700
committerGravatar fguillot <fred@miniflux.net>2019-03-26 20:52:31 -0700
commitf593dc8463b5b13da4f87c57bc3c131fb1003024 (patch)
tree0ce2f97cde491f1f52bd8207b66f35808e72c2ab /template/html
parent129f1bf3da188756c8c2ab6c894457e55987af5a (diff)
Use loading label instead of saving when submitting login form
Diffstat (limited to 'template/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" }}