fix msg request and addAdmin msg
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user