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
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

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"