Skip to content

Commit 8f57318

Browse files
committed
update common.json
1 parent da90074 commit 8f57318

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
services:
22
app:
3-
#image: docker.io/variantconst/openwebui-monitor:latest
4-
build: .
3+
image: docker.io/variantconst/openwebui-monitor:latest
54
ports:
65
- "7878:3000"
76
env_file:

locales/en/common.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"prev": "Previous",
1818
"next": "Next",
1919
"page": "Page",
20-
"notSet": "Not Set"
20+
"notSet": "Not Set",
21+
"enterValue": "Enter Value"
2122
},
2223

2324
"auth": {

locales/zh/common.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"prev": "上一页",
1818
"next": "下一页",
1919
"page": "",
20-
"notSet": "未设置"
20+
"notSet": "未设置",
21+
"enterValue": "请输入"
2122
},
2223

2324
"auth": {

0 commit comments

Comments
 (0)