diff options
Diffstat (limited to 'src/view/com/util/post-ctrls/PostCtrls.tsx')
-rw-r--r-- | src/view/com/util/post-ctrls/PostCtrls.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/post-ctrls/PostCtrls.tsx b/src/view/com/util/post-ctrls/PostCtrls.tsx index b61bad2ca..9515b770c 100644 --- a/src/view/com/util/post-ctrls/PostCtrls.tsx +++ b/src/view/com/util/post-ctrls/PostCtrls.tsx @@ -366,7 +366,7 @@ let PostCtrls = ({ 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={onShare} confirmButtonCta={_(msg`Share anyway`)} |