Update pwi opt-out language (#2143)
This commit is contained in:
parent
00731f62fe
commit
7de5c341a9
6 changed files with 100 additions and 36 deletions
|
@ -200,7 +200,7 @@ function PwiOptOut() {
|
|||
style={{flexDirection: 'row', alignItems: 'center', paddingRight: 14}}>
|
||||
<ToggleButton
|
||||
type="default-light"
|
||||
label={_(msg`Limit the visibility of my account`)}
|
||||
label={_(msg`Limit the visibility of my account to logged-out users`)}
|
||||
labelType="lg"
|
||||
isSelected={isOptedOut}
|
||||
onPress={canToggle ? onToggleOptOut : undefined}
|
||||
|
@ -218,15 +218,19 @@ function PwiOptOut() {
|
|||
}}>
|
||||
<Text style={pal.textLight}>
|
||||
<Trans>
|
||||
Your profile and content will not be visible to anyone visiting the
|
||||
Bluesky app without an account. Enabling this will not make your
|
||||
profile private.
|
||||
Your profile and posts will not be visible to people visiting the
|
||||
Bluesky app or website without having an account and being logged
|
||||
in.
|
||||
</Trans>
|
||||
</Text>
|
||||
<Text style={[pal.textLight, {fontWeight: '500'}]}>
|
||||
<Trans>
|
||||
Note: Third-party apps that display Bluesky content may not respect
|
||||
this setting.
|
||||
Note: Bluesky is an open and public network, and enabling this will
|
||||
not make your profile private or limit the ability of logged in
|
||||
users to see your posts. This setting only limits the visibility of
|
||||
posts on the Bluesky app and website; third-party apps that display
|
||||
Bluesky content may not respect this setting, and could show your
|
||||
content to logged-out users.
|
||||
</Trans>
|
||||
</Text>
|
||||
<TextLink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue