From 08ae8d4b886d78aaa82755dd0bce436d24d3c625 Mon Sep 17 00:00:00 2001 From: Vali98 Date: Sat, 30 Nov 2024 16:39:17 +0800 Subject: [PATCH] fix: setting description --- app/AppSettingsMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppSettingsMenu.tsx b/app/AppSettingsMenu.tsx index 70f341f..94b5c3f 100644 --- a/app/AppSettingsMenu.tsx +++ b/app/AppSettingsMenu.tsx @@ -112,7 +112,7 @@ const AppSettingsMenu = () => { title="Use First Message" value={firstMes} onValueChange={setFirstMes} - description=" This will make new chats start blank, needed by specific models" + description="Disabling this will make new chats start blank, needed by specific models" />