Add English translations for delete status confirm modal
This commit is contained in:
parent
3ad5df805e
commit
1e352fbfac
@ -59,7 +59,7 @@ const ExtraButtons = {
|
|||||||
},
|
},
|
||||||
doDeleteStatus () {
|
doDeleteStatus () {
|
||||||
this.$store.dispatch('deleteStatus', { id: this.status.id })
|
this.$store.dispatch('deleteStatus', { id: this.status.id })
|
||||||
hideDeleteStatusConfirmDialog()
|
this.hideDeleteStatusConfirmDialog()
|
||||||
},
|
},
|
||||||
showDeleteStatusConfirmDialog () {
|
showDeleteStatusConfirmDialog () {
|
||||||
this.showingDeleteDialog = true
|
this.showingDeleteDialog = true
|
||||||
|
@ -852,6 +852,9 @@
|
|||||||
"bookmark": "Bookmark",
|
"bookmark": "Bookmark",
|
||||||
"unbookmark": "Unbookmark",
|
"unbookmark": "Unbookmark",
|
||||||
"delete_confirm": "Do you really want to delete this status?",
|
"delete_confirm": "Do you really want to delete this status?",
|
||||||
|
"delete_confirm_title": "Delete confirmation",
|
||||||
|
"delete_confirm_accept_button": "Delete",
|
||||||
|
"delete_confirm_cancel_button": "Keep",
|
||||||
"reply_to": "Reply to",
|
"reply_to": "Reply to",
|
||||||
"mentions": "Mentions",
|
"mentions": "Mentions",
|
||||||
"replies_list": "Replies:",
|
"replies_list": "Replies:",
|
||||||
|
Loading…
Reference in New Issue
Block a user