From 714a33ca370a627010656e92611d76a5ea3504c4 Mon Sep 17 00:00:00 2001 From: Chinmay Chaudhari Date: Sat, 24 Feb 2024 09:47:47 +0530 Subject: [PATCH] fixed typo --- lib/consts.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/consts.dart b/lib/consts.dart index 84620491..8d04c2eb 100644 --- a/lib/consts.dart +++ b/lib/consts.dart @@ -494,7 +494,7 @@ const kRaiseIssue = "\nPlease raise an issue in API Dash GitHub repo so that we can resolve it."; const kCsvError = - "There seems to be an issue rendering this CSV image. Please raise an issue in API Dash GitHub repo so that we can resolve it."; + "There seems to be an issue rendering this CSV. Please raise an issue in API Dash GitHub repo so that we can resolve it."; const kHintTextUrlCard = "Enter API endpoint like api.foss42.com/country/codes";