Skip to content

Commit b68c65c

Browse files
committed
Fixing a missing title on the Update URLs error dialog
1 parent 053c452 commit b68c65c

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
@@ -564,7 +564,7 @@ function (project, accUtils, utils, ko, i18n, BufferingDataProvider, ArrayDataPr
564564
dialogHelper.closeBusyDialog();
565565

566566
if (!hostsResult.isSuccess) {
567-
const errTitle = 'vz-application-design-get-hosts-error-title';
567+
const errTitle = this.labelMapper('get-hosts-error-title');
568568
const errMessage = this.labelMapper('get-hosts-error-message', { error: hostsResult.reason });
569569
await window.api.ipc.invoke('show-error-message', errTitle, errMessage);
570570
return;

0 commit comments

Comments
 (0)