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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5036,7 +5036,7 @@
5036
5036
"FormatterTitle": "Custom column data format",
5037
5037
"FormatterIntro": "Format the cell value by specifying the <code>FormatString</code> or <code>Formatter</code> callback delegate when the column is bound",
5038
5038
"FormatterP1": "In this example the column <code>DateTime</code> values are formatted according to <code>FormatString</code> to <code>yyyy-MM-dd</code> year month day format",
5039
-
"FormatterP2": "In this example the column <code>Count</code> value is formatted according to <code>Formatter</code> to <code>0.00</code> with two decimal places",
5039
+
"FormatterP2": "In this example the column <code>Count</code> value is formatted according to <code>FormatString</code> to <code>0.00</code> with two decimal places",
5040
5040
"AlignTitle": "Column data alignment",
5041
5041
"AlignIntro": "Set the alignment by specifying the <code>Align</code> attribute when the column is bound",
5042
5042
"AlignP1": "In this example the column <code>DateTime</code> is set to center alignment <code>Alignment.Center</code>",
0 commit comments