From 17d5715b884ba1315e586d0bf1e8366f3f6159e9 Mon Sep 17 00:00:00 2001 From: Jacob Date: Thu, 18 Jan 2024 17:05:58 -0800 Subject: [PATCH] fix: error dialog message --- app/lib/views/dialogs/ai_error_dialog.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/views/dialogs/ai_error_dialog.dart b/app/lib/views/dialogs/ai_error_dialog.dart index bbd80ef..609f661 100644 --- a/app/lib/views/dialogs/ai_error_dialog.dart +++ b/app/lib/views/dialogs/ai_error_dialog.dart @@ -24,7 +24,7 @@ class AiErrorDialogState extends State { child: ListBody( children: [ const Text( - 'Make sure you have access to the latest models. For API accounts created after August 18, 2023, you can get instant access to the latest after purchasing \$0.50 worth or more of pre-paid credits.'), + 'Make sure you have access to the latest models. For API accounts created after August 18, 2023, you can get instant access to the latest models after purchasing \$0.50 worth or more of pre-paid credits.'), InkWell( child: const Text( '→ More details',