mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
add post.comment.updated
This commit is contained in:
parent
788979eedf
commit
8d4ed065c7
@ -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)
|
||||
})
|
||||
|
||||
@ -145,7 +145,8 @@
|
||||
},
|
||||
"comment": {
|
||||
"submit": "Comment",
|
||||
"submitted": "Comment Submitted"
|
||||
"submitted": "Comment Submitted",
|
||||
"updated": "Comment Updated"
|
||||
}
|
||||
},
|
||||
"quotes": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user