Translate reset password error message title

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-08-02 19:37:27 +02:00
parent 056146a566
commit 691f7ab141

View File

@@ -6,7 +6,7 @@
{{ $t("Password reset") }}
</h1>
<b-message
title="Error"
:title="$t('Error')"
type="is-danger"
v-for="error in errors"
:key="error"