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";