Fix Grammar in InternetPage.ts
Fixed the grammar for the Internet page under the Admin Panel
Zachary G committed
Nov 28, 2023 at 19:50 UTC
dc5578f0c1316d351dd5f97df573e2b53acfc042
1 file changed
+2
-2
admin/src/InternetPage.ts
+2
-2
@@ -35,7 +35,7 @@ export default function InternetPage() {
35
setVerifyAgain(false)
36
}, [verifyAgain, nat, loading])
37
return h(Flex, { vert: true, gap: '2em', maxWidth: '40em' },
38
- h(Alert, { severity: 'info' }, "This page helps you making your server work on the Internet"),
38
+ h(Alert, { severity: 'info' }, "This page makes sure your site is working correctly on the Internet"),
39
baseUrlBox(),
40
networkBox(),
41
httpsBox(),
@@ -273,4 +273,4 @@ function Device({ name, icon, color, ip, below }: any) {
273
h(Box, { fontSize: 'smaller', whiteSpace: 'pre-wrap' }, wantArray(ip).join('\n') || "unknown"),
274
below,
275
)
276
-}
\ No newline at end of file
276
+}