Skip to content

Commit 8f71924

Browse files
committed
Merge branch 'vz-update-url-error' into 'main'
Fixing a missing title on the Update URLs error dialog See merge request weblogic-cloud/weblogic-toolkit-ui!279
2 parents d724d93 + b68c65c commit 8f71924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/js/viewModels/vz-application-design-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ function (project, accUtils, utils, ko, i18n, BufferingDataProvider, ArrayDataPr
571571
dialogHelper.closeBusyDialog();
572572

573573
if (!hostsResult.isSuccess) {
574-
const errTitle = 'vz-application-design-get-hosts-error-title';
574+
const errTitle = this.labelMapper('get-hosts-error-title');
575575
const errMessage = this.labelMapper('get-hosts-error-message', { error: hostsResult.reason });
576576
await window.api.ipc.invoke('show-error-message', errTitle, errMessage);
577577
return;

0 commit comments

Comments
 (0)