From a66b88ba8e8c27a7068916747215b5bef50bdb7f Mon Sep 17 00:00:00 2001 From: wbuezas Date: Wed, 3 Jan 2024 10:59:11 -0300 Subject: [PATCH] add delete department popup translation --- src/components/ui/VnTree.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/VnTree.vue b/src/components/ui/VnTree.vue index 23faf770f..637b18256 100644 --- a/src/components/ui/VnTree.vue +++ b/src/components/ui/VnTree.vue @@ -55,8 +55,8 @@ const fetchNodeLeaves = async (nodeKey) => { const removeNode = (node) => { quasar .dialog({ - title: 'Are you sure you want to delete it?', - message: 'Delete department', + title: t('Are you sure you want to delete it?'), + message: t('Delete department'), ok: { push: true, color: 'primary',