about summary refs log tree commit diff
path: root/src/App.web.tsx
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2025-02-18 01:52:06 +0900
committerGitHub <noreply@github.com>2025-02-17 10:52:06 -0600
commitd805dec08fa58dd0828eabc8b56d9a5abd81f825 (patch)
tree7c78f1b8f32b859bee03a3c8f0c4e4baafeb0f4a /src/App.web.tsx
parent326445d3af894080a5487b403e094000cda1f765 (diff)
downloadvoidsky-d805dec08fa58dd0828eabc8b56d9a5abd81f825.tar.zst
Fix "log in", "log out" to "sign in", "sign out" (#7739)
* log to sign

* logged to signed
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r--src/App.web.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.web.tsx b/src/App.web.tsx
index f0fb87a31..2142c26bd 100644
--- a/src/App.web.tsx
+++ b/src/App.web.tsx
@@ -94,7 +94,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',
       )
     })