Commit 40202ff4 authored by mntmn's avatar mntmn
Browse files

fix logging in text on login button

parent b0705009
......@@ -29,8 +29,8 @@
</div>
<button type="submit" class="btn btn-dark btn-block">
<span v-show="!loading_user">[[__("login")]]</span>
<span v-show="loading_user">[[__("logging_in")]]</span>
<span v-show="!loading_user">Login</span>
<span v-show="loading_user">Logging in</span>
</button>
<div class="center alert alert-danger" v-if="login_error">{{login_error}}</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment