@samitouri / QOSami-HFS / commits / 251420b8

better english

Massimo Melina committed Aug 28, 2023 at 20:43 UTC 251420b89ea66b33c6d0a4bd0e361e6ccd5276ad
1 file changed +1 -1
admin/src/InternetPage.ts
+1 -1
@@ -64,7 +64,7 @@ export default function InternetPage() {
64
65 async function verify(): Promise<any> {
66 setCheckResult(undefined)
67 - if (!await confirmDialog("This test is going to check that your server is working properly on the Internet")) return
67 + if (!await confirmDialog("This test will check if your server is working properly on the Internet")) return
68 setChecking(true)
69 try {
70 const { success } = await apiCall('check_server', {})