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-1
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@
83
83
"TablesFixedColumnNote": "For fixed column usage, please set the fixed column width as much as possible",
84
84
"TablesFixedColHeaderTitle": "Fixed column header and column footer",
85
85
"TablesFixedColHeaderIntro": "Set the <code>Fixed</code> attribute to fix the header",
86
-
"TablesFixedColHeaderDescription": "In this example, set <code>Name</code> <code>DateTime</code> <code>Complete</code> The first two columns and the last column are fixed columns, and the middle columns are scrolled horizontally",
86
+
"TablesFixedColHeaderDescription": "In this example, set <code>Name</code> <code>Education</code> <code>Count</code> <code>Complete</code> The first two columns and the last column are fixed columns, and the middle columns are scrolled horizontally",
87
87
"TablesFixedColTableHeaderTitle": "Fixed headers and columns",
88
88
"TablesFixedColTableHeaderIntro": "Set <code>IsFixedHeader=\"true\"</code> to fix the header, set <code>Fixed</code> to fix the column",
0 commit comments