fix msg request and addAdmin msg

This commit is contained in:
Paolo Arena
2022-09-20 11:14:08 +02:00
parent 2d068d00e7
commit 1f31776aa9
7 changed files with 12 additions and 12 deletions

View File

@@ -5412,7 +5412,7 @@ export const tools = {
const userStore = useUserStore()
$q.dialog({
message: domanda ? domanda : t('db.domanda_addadminofcircuit', { username, circuitname }),
message: domanda ? domanda : t('circuit.domanda_addadminofcircuit', { username, circuitname }),
ok: { label: t('dialog.yes'), push: true },
cancel: { label: t('dialog.cancel') },
title: t('db.domanda')
@@ -5437,7 +5437,7 @@ export const tools = {
const userStore = useUserStore()
$q.dialog({
message: domanda ? domanda : t('db.domanda_removeadminofcircuit', { username, circuitname }),
message: domanda ? domanda : t('circuit.domanda_removeadminofcircuit', { username, circuitname }),
ok: { label: t('dialog.yes'), push: true },
cancel: { label: t('dialog.cancel') },
title: t('db.domanda')