Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Apr 11, 2024
1 parent 789a8b0 commit b03d7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/DashboardView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ export default {
this.$q
.dialog({
title: "Are you sure?",
message: `Delete site: ${node.label}.`,
message: `Delete ${node.children ? "client" : "site"}: ${node.label}.`,
cancel: true,
ok: { label: "Delete", color: "negative" },
})
Expand Down

0 comments on commit b03d7b3

Please sign in to comment.