refs #6595 - PR2 - Resolve conflicts #144
|
@ -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