Update Translator.plugin.js

This commit is contained in:
Mirco Wittrien 2022-09-23 13:51:55 +02:00
parent 76d2304a59
commit 5a1199dd0e
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ module.exports = (_ => {
}));
for (let key in this.defaults.exceptions) settingsItems.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.FormComponents.FormItem, {
title: this.labels.exception_text.replace("{{var0}}", "").split(" ").map(n => n).join(" "),
title: this.labels.exception_text.replace("{{var0}}", "").split(" ").filter(n => n).join(" "),
className: BDFDB.disCN.marginbottom8,
children: BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.ListInput, {
placeholder: "New Exception",