From abfaf1775204e55a99106345b74163e77edc13a0 Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sun, 14 Jul 2024 12:11:58 +0530 Subject: [PATCH] Update kLabelImport --- lib/consts.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/consts.dart b/lib/consts.dart index 05877323..fb8f3ad4 100644 --- a/lib/consts.dart +++ b/lib/consts.dart @@ -674,7 +674,7 @@ const kRaiseIssue = const kHintTextUrlCard = "Enter API endpoint like https://$kDefaultUri/"; const kLabelPlusNew = "+ New"; -const kLabelImport = "+ Import"; +const kLabelImport = "Import"; const kLabelSend = "Send"; const kLabelSending = "Sending.."; const kLabelBusy = "Busy";