diff options
Diffstat (limited to '')
-rw-r--r-- | src/web/_views/template/toast.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/template/toast.php b/src/web/_views/template/toast.php index ae2e7d8..0a6a82f 100644 --- a/src/web/_views/template/toast.php +++ b/src/web/_views/template/toast.php @@ -20,7 +20,7 @@ } ?> -<div class="toast error"> +<div class="toast <?=$type?>"> <?=$lang_msg?> <?=ilang('action_close', class: 'action-close-toast')?> </div> |