Update src/scripts/clientUtils.js

Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
Julien Machiels 2020-08-14 17:10:20 +02:00 committed by GitHub
parent 58c49ab85a
commit 5b0018850e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ export function processServerConfigurationUpdateResult(result) {
])
.then(([{default: loading}, {default: toast}]) => {
loading.hide();
toast.default(Globalize.translate('MessageSettingsSaved'));
toast.(Globalize.translate('MessageSettingsSaved'));
});
}