diff --git a/src/components/ContactActionsPopover.vue b/src/components/ContactActionsPopover.vue index 33940c3..38b1a22 100644 --- a/src/components/ContactActionsPopover.vue +++ b/src/components/ContactActionsPopover.vue @@ -178,11 +178,11 @@ export default defineComponent({ header: translate(this.OPTIONS[this.type].removeHeader), message: translate(message), buttons: [{ - text: translate('Cancel'), + text: translate('No'), role: "cancel" }, { - text: translate('Save'), + text: translate('Yes'), handler: async () => { let selectedUser = JSON.parse(JSON.stringify(this.selectedUser)) try {