change name to AMNet

This commit is contained in:
ppc
2024-08-15 18:38:51 +01:00
parent 04dba72b33
commit f0ffb226c3
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ export default function AppRoot() {
return (
<View style={{flex: 1, justifyContent: "center", alignItems: "center", gap: 10}}>
<ActivityIndicator animating/>
<Paragraph>Starting AimeNet...</Paragraph>
<Paragraph>Starting AMNet...</Paragraph>
</View>
)
}
+1 -2
View File
@@ -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"
}
},
+1 -1
View File
@@ -148,7 +148,7 @@ export default function ServerCardIn({route, navigation}) {
<Title style={{color: theme.colors.secondary}}>Connection Failed</Title>
</View>
<Paragraph>
There was an issue connecting to the AimeNet server at <Paragraph
There was an issue connecting to the AMNet server at <Paragraph
style={{fontFamily: "JetBrainsMono_400Regular"}}>{server.serverAddress}</Paragraph>.
Check connections and game status and try again.
</Paragraph>