Skip to content

Commit a36f6c8

Browse files
committed
refactor: 更新提示信息
1 parent 2bdd17c commit a36f6c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor/Locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
},
149149
"BootstrapBlazor.Components.Search": {
150150
"SearchButtonText": "Search",
151-
"NoDataTip": "Type something to search"
151+
"NoDataTip": "No records found"
152152
},
153153
"BootstrapBlazor.Components.Select": {
154154
"PlaceHolder": "Please select ...",

src/BootstrapBlazor/Locales/zh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
},
149149
"BootstrapBlazor.Components.Search": {
150150
"SearchButtonText": "搜索",
151-
"NoDataTip": "请输入 ..."
151+
"NoDataTip": "无数据"
152152
},
153153
"BootstrapBlazor.Components.Select": {
154154
"PlaceHolder": "请选择 ...",

0 commit comments

Comments
 (0)