diff --git a/src/scripts/clientUtils.js b/src/scripts/clientUtils.js index 413132d4de..ade5a26337 100644 --- a/src/scripts/clientUtils.js +++ b/src/scripts/clientUtils.js @@ -118,7 +118,7 @@ export function alert(options) { text: options }); } else { - baseAlert.default({ + baseAlert({ title: options.title || globalize.translate('HeaderAlert'), text: options.message }).then(options.callback || function () {});