diff --git a/amnet-native/app/ServerAddModal.tsx b/amnet-native/app/ServerAddModal.tsx index 4c5034c..a496e40 100644 --- a/amnet-native/app/ServerAddModal.tsx +++ b/amnet-native/app/ServerAddModal.tsx @@ -69,7 +69,7 @@ export default function ServerAddModal({route, navigation}) { } }, ]); - }) + }); } let serverObject = realm.objects(AMServer.schema.name).find(x => x.serverAddress == address); @@ -116,7 +116,7 @@ export default function ServerAddModal({route, navigation}) { - AMNet uses HTTP by default. Unless has been configured to work with HTTP.SYS, HTTPS will not work. + AMNet uses HTTP by default. HTTPS will not work unless specifically configured using HTTP.SYS ) }