add delete department popup translation
This commit is contained in:
parent
a5cbc55a7e
commit
a66b88ba8e
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue