We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a5148 commit 1f60f30Copy full SHA for 1f60f30
assets/webconfig/js/content_webconfig.js
@@ -38,9 +38,9 @@ $(document).ready(function () {
38
let errorText;
39
40
if (isWebConfigPort) {
41
- errorText = $.i18n("edt_conf_webConfig_heading_title") + " - " + $.i18n(`edt_conf_${conflictKey}_title`);
+ errorText = $.i18n(`edt_conf_${conflictKey}_title`);
42
} else {
43
- errorText = $.i18n(`edt_conf_${conflictKey}_heading_title`);
+ errorText = $.i18n("main_menu_network_conf_token") + " - " + $.i18n(`edt_conf_${conflictKey}_heading_title`);
44
}
45
46
errors.push({
0 commit comments