diff --git a/bi/widget.js b/bi/widget.js index d84a560fe..f3289fdcd 100644 --- a/bi/widget.js +++ b/bi/widget.js @@ -12355,7 +12355,7 @@ BI.NumericalInterval = BI.inherit(BI.Single, { } this.label = BI.createWidget({ type: "bi.label", - text: BI.i18nText("BI-Value"), + text: BI.i18nText("BI-Basic_Value"), textHeight: o.height - c.border * 2, width: c.width - c.border * 2, height: o.height - c.border * 2, diff --git a/dist/widget.js b/dist/widget.js index d84a560fe..f3289fdcd 100644 --- a/dist/widget.js +++ b/dist/widget.js @@ -12355,7 +12355,7 @@ BI.NumericalInterval = BI.inherit(BI.Single, { } this.label = BI.createWidget({ type: "bi.label", - text: BI.i18nText("BI-Value"), + text: BI.i18nText("BI-Basic_Value"), textHeight: o.height - c.border * 2, width: c.width - c.border * 2, height: o.height - c.border * 2,