1 parent b7e043f commit a4d6178Copy full SHA for a4d6178
1 file changed
pages/customizer.tsx
@@ -370,7 +370,7 @@ const WidthGradeFormatter: GradesFormatter<Gr.Width> = {
370
titleT: (a, i) => {
371
const d = Gr.AllWidthGrades.get(a)!.display;
372
return i
373
- ? `Click to toggle whether weight ${d} is included.`
+ ? `Click to toggle whether width ${d} is included.`
374
: `Weight ${d} is always included and cannot be disabled.`;
375
},
376
getFontStyle: a => ({ ...Gr.DefaultFontStyle, width: a }),
0 commit comments