mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-27 09:23:03 +03:00
change name to AMNet
This commit is contained in:
@@ -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,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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user