diff --git a/amnet-native/App.tsx b/amnet-native/App.tsx
index 04ede9d..5f7ae3d 100644
--- a/amnet-native/App.tsx
+++ b/amnet-native/App.tsx
@@ -96,7 +96,7 @@ export default function AppRoot() {
return (
- Starting AimeNet...
+ Starting AMNet...
)
}
diff --git a/amnet-native/app.json b/amnet-native/app.json
index a3fe0c5..769dcfb 100644
--- a/amnet-native/app.json
+++ b/amnet-native/app.json
@@ -1,12 +1,11 @@
{
- "name": "AimeNet",
+ "name": "AMNet",
"slug": "amnet-native",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"ios": {
"bundleIdentifier": "moe.ppc.amnet",
"infoPlist": {
- "UIUserInterfaceStyle": "Automatic",
"UIViewControllerBasedStatusBarAppearance": "NO"
}
},
diff --git a/amnet-native/app/ServerCardIn.tsx b/amnet-native/app/ServerCardIn.tsx
index c8f1128..afe6342 100644
--- a/amnet-native/app/ServerCardIn.tsx
+++ b/amnet-native/app/ServerCardIn.tsx
@@ -148,7 +148,7 @@ export default function ServerCardIn({route, navigation}) {
Connection Failed
- There was an issue connecting to the AimeNet server at {server.serverAddress}.
Check connections and game status and try again.