fix i18n in emails

This commit is contained in:
lesion
2019-07-03 17:50:53 +02:00
parent ba23cadba3
commit 2dc5754da8
3 changed files with 9 additions and 3 deletions

View File

@@ -39,8 +39,9 @@ export default {
Message({
showClose: true,
type: 'success',
message: this.$t('Password changed!')
message: this.$t('common.password_updated')
})
this.$router.replace('/login')
} catch(e) {
Message({
showClose: true,