Skip to content

Commit

Permalink
Update EditCoreSettings.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
dinger1986 authored Mar 10, 2024
1 parent 2a04b6d commit 94babff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/modals/coresettings/EditCoreSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ export default {
},
confirmSyncChange(newValue) {
this.$q.dialog({
title: 'Confirm Action',
message: 'Do you want to proceed with this action?',
title: 'Confirm MeshCentral User Sync Change',
message: 'Are you sure you want to proceed with this?',
ok: { label: 'Yes', color: 'primary' },
cancel: { label: 'No', color: 'negative' }
}).onOk(() => {
Expand Down

0 comments on commit 94babff

Please sign in to comment.