add post.comment.updated

This commit is contained in:
ALau2088 2019-06-05 18:42:17 -07:00
parent 788979eedf
commit 8d4ed065c7
2 changed files with 3 additions and 2 deletions

View File

@ -93,7 +93,7 @@ export default {
.then(res => {
this.loading = false
this.$root.$emit('refetchPostComments')
this.$toast.success(this.$t('post.comment.submitted'))
this.$toast.success(this.$t('post.comment.updated'))
this.disabled = false
this.$emit('showEditCommentMenu', false)
})

View File

@ -145,7 +145,8 @@
},
"comment": {
"submit": "Comment",
"submitted": "Comment Submitted"
"submitted": "Comment Submitted",
"updated": "Comment Updated"
}
},
"quotes": {