From d805dec08fa58dd0828eabc8b56d9a5abd81f825 Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Tue, 18 Feb 2025 01:52:06 +0900 Subject: Fix "log in", "log out" to "sign in", "sign out" (#7739) * log to sign * logged to signed --- src/App.native.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.native.tsx') diff --git a/src/App.native.tsx b/src/App.native.tsx index 0c146dcc9..318258aa7 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -118,7 +118,7 @@ function InnerApp() { useEffect(() => { return listenSessionDropped(() => { Toast.show( - _(msg`Sorry! Your session expired. Please log in again.`), + _(msg`Sorry! Your session expired. Please sign in again.`), 'info', ) }) -- cgit 1.4.1