From b37347859e3fa414ac41a281a30adbef01e82d7d Mon Sep 17 00:00:00 2001 From: ashilkn Date: Thu, 29 Feb 2024 22:54:25 +0530 Subject: [PATCH] change copy --- lib/ui/viewer/search_tab/contacts_section.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/viewer/search_tab/contacts_section.dart b/lib/ui/viewer/search_tab/contacts_section.dart index 10b167d1f..c2a34b780 100644 --- a/lib/ui/viewer/search_tab/contacts_section.dart +++ b/lib/ui/viewer/search_tab/contacts_section.dart @@ -249,7 +249,7 @@ class ContactCTA extends StatelessWidget { ), const SizedBox(height: 10.5), Text( - S.of(context).addNew, + S.of(context).invite, style: getEnteTextTheme(context).smallFaint, ), ],