From a90dfb2805bd47fd67b6e790212663173cdd8c36 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Tue, 10 Sep 2024 10:27:15 +0300 Subject: [PATCH] fix: text --- app/(auth)/(tabs)/(home)/settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {