Skip to content

Commit

Permalink
fix(i18n/en): enhance English grammar (#698)
Browse files Browse the repository at this point in the history
* fix(i18n/en): enhance English grammar

* chore: auto-fix linting and formatting issues

---------

Co-authored-by: at-wr <[email protected]>
  • Loading branch information
at-wr and at-wr authored Sep 29, 2024
1 parent 67e305c commit 4478517
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/renderer/src/pages/(main)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ export function Component() {
return (
<div className="center fixed inset-0 flex-col text-balance px-4 text-center">
<i className="i-mingcute-device-line mb-2 size-16 text-muted-foreground" />
<div>{APP_NAME} is not supported on mobile devices.</div>
<div>{APP_NAME} is not yet supported on mobile devices.</div>
<div>
Your device width is <b>{`${window.innerWidth}`}px</b> less than minimum supported width
1024px.
Your device width is <b>{`${window.innerWidth}`}px</b>, which is less than the minimum
supported width 1024px.
</div>
<div>Please use desktop app to using {APP_NAME}</div>
<div>Please switch to the desktop app to continue using {APP_NAME}</div>

<div>
Download:{" "}
Expand Down

0 comments on commit 4478517

Please sign in to comment.