diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 0c6df128..bdd7f53b 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -386,6 +386,6 @@ const msg = { tabExpressions: "Tab Expressions", hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node", hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node", - contentDecorations: "Content Decorations", + valueMappings: "Value Mappings", }; export default msg; diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts index c643df61..f50ba9e6 100644 --- a/src/locales/lang/es.ts +++ b/src/locales/lang/es.ts @@ -386,6 +386,6 @@ const msg = { tabExpressions: "Tab Expressions", hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node", hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node", - contentDecorations: "Content Decorations", + valueMappings: "Value Mappings", }; export default msg; diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index 1a4ee12f..0323df52 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -384,6 +384,6 @@ const msg = { tabExpressions: "Tab表达式", hierarchyNodeMetrics: "层次图节点的指标", hierarchyNodeDashboard: "作为层次图节点的dashboard", - contentDecorations: "内容装饰", + valueMappings: "值映射", }; export default msg; diff --git a/src/views/dashboard/configuration/widget/graph-styles/Card.vue b/src/views/dashboard/configuration/widget/graph-styles/Card.vue index b90195f3..c3cf3550 100644 --- a/src/views/dashboard/configuration/widget/graph-styles/Card.vue +++ b/src/views/dashboard/configuration/widget/graph-styles/Card.vue @@ -14,8 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. -->