From ced65cdefbb8e35645e737ab3ad45dac30daa6fe Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Sat, 25 Feb 2023 18:20:57 +0530 Subject: [PATCH] Update copy --- lib/ui/sharing/verify_identify_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/sharing/verify_identify_screen.dart b/lib/ui/sharing/verify_identify_screen.dart index a4dc51e08..6e79d7c69 100644 --- a/lib/ui/sharing/verify_identify_screen.dart +++ b/lib/ui/sharing/verify_identify_screen.dart @@ -159,7 +159,7 @@ class _VerifyIdentifyScreenState extends State { child: ButtonWidget( buttonType: ButtonType.neutral, isInAlert: true, - labelText: widget.self ? "Ok" : "Done", + labelText: widget.self ? "OK" : "Done", ), ), ),