From 946b9a93632305a7a2484eb00da0244fd1429682 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 1 Apr 2017 20:33:45 +0800 Subject: [PATCH] add --- bi/widget.js | 2 +- dist/widget.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,