fix i18n in emails
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user