Skip to content

Commit 35aac03

Browse files
author
FalkWolsky
committed
Fixing Language file for comps
1 parent 11117ef commit 35aac03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client/packages/lowcoder-comps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lowcoder-comps",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"type": "module",
55
"license": "MIT",
66
"dependencies": {

client/packages/lowcoder-comps/src/i18n/comps/locales/en.ts

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ export const en = {
103103
label:'Label',
104104
},
105105
echarts: {
106+
defaultTitle: "Data Display",
106107
legendPosition: "Legend Position",
107108
labelPosition: "Label Position",
108109
titlePosition: "Title Position",

0 commit comments

Comments
 (0)