Skip to content

Commit

Permalink
Merge pull request hotwax#256 from amansinghbais/hotwax#238
Browse files Browse the repository at this point in the history
Improved: button labels in contact details removal alert box (hotwax#238)
  • Loading branch information
ymaheshwari1 authored Aug 9, 2024
2 parents 20b36d5 + 052be22 commit 9fe75c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ContactActionsPopover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9fe75c6

Please sign in to comment.