forked from verdnatura/salix-front
Merge remote-tracking branch 'origin/branch-PR-2' into branch-PR-2
This commit is contained in:
commit
467f32d9e0
|
@ -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