From e1ecf0b9869839df9793b282636c4c023db84fba Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 5 Sep 2024 19:43:21 +0200 Subject: [PATCH] [mirotalk] - fix typo --- public/js/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/client.js b/public/js/client.js index 98d66f232..1aa55fbf8 100644 --- a/public/js/client.js +++ b/public/js/client.js @@ -10830,7 +10830,7 @@ function userLog(type, message, timer = 3000) { }); Toast.fire({ icon: 'info', - title: message, + text: message, showClass: { popup: 'animate__animated animate__fadeInDown' }, hideClass: { popup: 'animate__animated animate__fadeOutUp' }, });