mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Translate login error
This commit is contained in:
parent
966dfa6f88
commit
579d7232c9
@ -35,7 +35,7 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div v-if="res && !res.ok" class="alert alert-danger mt-3" role="alert">
|
<div v-if="res && !res.ok" class="alert alert-danger mt-3" role="alert">
|
||||||
{{ res.msg }}
|
{{ $t(res.msg) }}
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user