diff --git a/src/scripts/clientUtils.js b/src/scripts/clientUtils.js index 564f5784b0..1bad8bc81c 100644 --- a/src/scripts/clientUtils.js +++ b/src/scripts/clientUtils.js @@ -101,7 +101,7 @@ export function processPluginConfigurationUpdateResult() { ]) .then(([{default: loading}, {default: toast}]) => { loading.hide(); - toast(Globalize.translate('MessageSettingsSaved')); + toast(Globalize.translate('SettingsSaved')); }); } @@ -112,7 +112,7 @@ export function processServerConfigurationUpdateResult(result) { ]) .then(([{default: loading}, {default: toast}]) => { loading.hide(); - toast(Globalize.translate('MessageSettingsSaved')); + toast(Globalize.translate('SettingsSaved')); }); }