We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf1d9f commit 76b0117Copy full SHA for 76b0117
src/BootstrapBlazor.Server/Locales/en-US.json
@@ -1,9 +1,4 @@
1
{
2
- "BootstrapBlazor.Components.AutoComplete": {
3
- "NoDataTip": "No Data123456",
4
- "PlaceHolder": "Please Input789"
5
- },
6
-
7
"BootstrapBlazor.Server.Components.Pages.Online": {
8
"SubTitle": "Online population statistics",
9
"ConnectionTime": "ConnectionTime",
src/BootstrapBlazor/Locales/en.json
@@ -1,5 +1,8 @@
{
+ "BootstrapBlazor.Components.AutoComplete": {
+ "NoDataTip": "No Data",
+ "PlaceHolder": "Please Input"
+ },
"BootstrapBlazor.Components.Captcha": {
"HeaderText": "Captcha",
"BarText": "Slide to the right to solve puzzle",
0 commit comments