diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2025-02-18 01:52:06 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-17 10:52:06 -0600 |
commit | d805dec08fa58dd0828eabc8b56d9a5abd81f825 (patch) | |
tree | 7c78f1b8f32b859bee03a3c8f0c4e4baafeb0f4a /src/view/com/util/forms/PostDropdownBtnMenuItems.tsx | |
parent | 326445d3af894080a5487b403e094000cda1f765 (diff) | |
download | voidsky-d805dec08fa58dd0828eabc8b56d9a5abd81f825.tar.zst |
Fix "log in", "log out" to "sign in", "sign out" (#7739)
* log to sign * logged to signed
Diffstat (limited to 'src/view/com/util/forms/PostDropdownBtnMenuItems.tsx')
-rw-r--r-- | src/view/com/util/forms/PostDropdownBtnMenuItems.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/forms/PostDropdownBtnMenuItems.tsx b/src/view/com/util/forms/PostDropdownBtnMenuItems.tsx index 41f7e74a6..030873c2a 100644 --- a/src/view/com/util/forms/PostDropdownBtnMenuItems.tsx +++ b/src/view/com/util/forms/PostDropdownBtnMenuItems.tsx @@ -717,7 +717,7 @@ let PostDropdownMenuItems = ({ control={loggedOutWarningPromptControl} title={_(msg`Note about sharing`)} description={_( - msg`This post is only visible to logged-in users. It won't be visible to people who aren't logged in.`, + msg`This post is only visible to logged-in users. It won't be visible to people who aren't signed in.`, )} onConfirm={onSharePost} confirmButtonCta={_(msg`Share anyway`)} |