From f309761d874cbd23cbcddb77553ff0dfd4284e81 Mon Sep 17 00:00:00 2001 From: vitorsemeano Date: Sat, 7 Nov 2020 12:09:46 +0000 Subject: [PATCH] Update src/scripts/clientUtils.js Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> --- src/scripts/clientUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/clientUtils.js b/src/scripts/clientUtils.js index bbd70d468..413132d4d 100644 --- a/src/scripts/clientUtils.js +++ b/src/scripts/clientUtils.js @@ -94,7 +94,7 @@ export function processPluginConfigurationUpdateResult() { export function processServerConfigurationUpdateResult(result) { loading.hide(); - toast.default(globalize.translate('MessageSettingsSaved')); + toast(globalize.translate('SettingsSaved')); } export function processErrorResponse(response) {