diff --git a/app/(auth)/(tabs)/(home)/settings.tsx b/app/(auth)/(tabs)/(home)/settings.tsx index c1cc44b4..f1e517a6 100644 --- a/app/(auth)/(tabs)/(home)/settings.tsx +++ b/app/(auth)/(tabs)/(home)/settings.tsx @@ -31,7 +31,7 @@ export default function settings() { const openQuickConnectAuthCodeInput = () => { Alert.prompt( "Quick connect", - "Enter the code from the Jellyfin app", + "Enter the quick connect code", async (text) => { if (text) { try {