We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6329655 commit c2190faCopy full SHA for c2190fa
src/pages/PrinterPage/components/AdjustSheets.tsx
@@ -219,7 +219,7 @@ export default function AdjustSheets(props: AdjustSheetsProps) {
219
</Select>
220
<Show when={!maybeChrome}>
221
<FormHelperText id="adjust-panel__size__helper">
222
- 您可能需要在“打印”窗口中同时更改“纸张尺寸”。
+ 您可能需要在“打印”窗口中同时更改“纸张尺寸”才能正确打印。
223
</FormHelperText>
224
</Show>
225
</FormControl>
@@ -239,7 +239,7 @@ export default function AdjustSheets(props: AdjustSheetsProps) {
239
</RadioGroup>
240
<Show when={maybeAndroid}>
241
<FormHelperText id="adjust-panel__orientation__helper">
242
- 您可能需要在“打印”窗口中同时更改“纸张方向”。
+ 您可能需要在“打印”窗口中同时更改“纸张方向”才能正确打印。
243
244
245
0 commit comments