Skip to content

Commit

Permalink
fix: error dialog message
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-i committed Jan 19, 2024
1 parent b44ec82 commit 17d5715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/views/dialogs/ai_error_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AiErrorDialogState extends State<AiErrorDialog> {
child: ListBody(
children: <Widget>[
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',
Expand Down

0 comments on commit 17d5715

Please sign in to comment.