Skip to content

Commit

Permalink
修复翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Jul 13, 2020
1 parent 09244f7 commit 9665562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/layout/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default {
try {
await resetPass(formData)
this.$message({
message: this.$t('navbar/resetSuccess'),
message: this.$t('navbar.resetSuccess'),
type: 'success'
})
await sleep(1000 * 2)
Expand Down

0 comments on commit 9665562

Please sign in to comment.