Convert Info notification to Success & Add an Info notification

This commit is contained in:
Bubka
2023-10-26 08:44:29 +02:00
parent 8c23aa884f
commit 910e0bc830
10 changed files with 19 additions and 15 deletions

View File

@ -217,7 +217,7 @@
clearOTP()
}
notify.info({ text: trans('commons.copied_to_clipboard') })
notify.success({ text: trans('commons.copied_to_clipboard') })
}
}