- qualifica non ci stava

- lista invia ris ok
This commit is contained in:
Surya Paolo
2023-03-11 01:29:39 +01:00
parent 80610b3627
commit 37c2f08510
6 changed files with 15 additions and 17 deletions

View File

@@ -7737,7 +7737,7 @@ export const tools = {
await userStore.setUserReceiveRIS('', groupname).then((data) => {
if (data.code === serv_constants.RIS_CODE_OK) {
this.showPositiveNotif($q, t('circuit.coins_requestedris', {groupname}), 6000)
this.showPositiveNotif($q, t('circuit.coins_requestedrisgroup', {groupname}), 6000)
} else {
this.showNegativeNotif($q, t('db.recfailed'))
}