forked from potsda.mn/mobilizon
Translate reset password error message title
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
056146a566
commit
691f7ab141
|
@ -6,7 +6,7 @@
|
||||||
{{ $t("Password reset") }}
|
{{ $t("Password reset") }}
|
||||||
</h1>
|
</h1>
|
||||||
<b-message
|
<b-message
|
||||||
title="Error"
|
:title="$t('Error')"
|
||||||
type="is-danger"
|
type="is-danger"
|
||||||
v-for="error in errors"
|
v-for="error in errors"
|
||||||
:key="error"
|
:key="error"
|
||||||
|
|
Loading…
Reference in a new issue