You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BootstrapBlazor.Server/Locales/en-US.json
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -485,12 +485,14 @@
485
485
"LightsNormalTitle": "common usage",
486
486
"LightsNormalIntro": "for status indication",
487
487
"LightsFlashingTitle": "flicker",
488
-
"LightsFlashingIntro": "Flash the light by setting the property <code>IsFlash</code>",
488
+
"LightsFlashingIntro": "Flash the light by setting the parameter <code>IsFlash</code>",
489
489
"LightsColorTitle": "discoloration",
490
-
"LightsColorIntro": "Color the light by setting the value of the property <code>Color</code>",
490
+
"LightsColorIntro": "Color the light by setting the value of the parameter <code>Color</code>",
491
491
"LightsTooltipTextTitle": "prompt text",
492
492
"LightsTooltipTextIntro": "By setting the value of the attribute <code>TooltipText</code> to make the <code>tooltip</code> text prompt when the mouse hovers over the indicator light",
493
-
"TooltipText": "I am prompt text message"
493
+
"TooltipText": "I am prompt text message",
494
+
"LightsFlatTitle": "Flat",
495
+
"LightsFlatIntro": "Make the indicator light flat by setting the parameter <code>IsFlat</code>"
0 commit comments