Skip to content

Commit 1f60f30

Browse files
committed
Update correct error message context
1 parent 51a5148 commit 1f60f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/webconfig/js/content_webconfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ $(document).ready(function () {
3838
let errorText;
3939

4040
if (isWebConfigPort) {
41-
errorText = $.i18n("edt_conf_webConfig_heading_title") + " - " + $.i18n(`edt_conf_${conflictKey}_title`);
41+
errorText = $.i18n(`edt_conf_${conflictKey}_title`);
4242
} else {
43-
errorText = $.i18n(`edt_conf_${conflictKey}_heading_title`);
43+
errorText = $.i18n("main_menu_network_conf_token") + " - " + $.i18n(`edt_conf_${conflictKey}_heading_title`);
4444
}
4545

4646
errors.push({

0 commit comments

Comments
 (0)