* Change direct message warning
Reword the direct message warning to set proper privacy expectations.
* Update the French translation
Update the French translation to reflect the changes made to the direct message warning.
* Wording update
Update the message's wording according to the feedback.
return<Warningmessage={<FormattedMessageid='compose_form.hashtag_warning'defaultMessage="This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag."/>}/>;
return<Warningmessage={<FormattedMessageid='compose_form.hashtag_warning'defaultMessage="This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag."/>}/>;
}
}
if(directMessageWarning){
if(directMessageWarning){
return<Warningmessage={<FormattedMessageid='compose_form.direct_message_warning'defaultMessage='This toot will only be visible to all the mentioned users.'/>}/>;
return<Warningmessage={<FormattedMessageid='compose_form.direct_message_warning'defaultMessage='This toot will only be sent to all the mentioned users. However, the operators of your instance and any receiving instances may see this message.'/>}/>;
"compose_form.direct_message_warning":"This toot will only be visible to all the mentioned users.",
"compose_form.direct_message_warning":"This toot will only be sent to the mentioned users. However, the operators of yours and any of the receiving instances may inspect this message.",
"compose_form.hashtag_warning":"This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag.",
"compose_form.hashtag_warning":"This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag.",
"compose_form.lock_disclaimer":"Your account is not {locked}. Anyone can follow you to view your follower-only posts.",
"compose_form.lock_disclaimer":"Your account is not {locked}. Anyone can follow you to view your follower-only posts.",
"compose_form.direct_message_warning":"Ce pouet sera uniquement visible à tous les utilisateurs mentionnés.",
"compose_form.direct_message_warning":"Ce pouet sera uniquement envoyé aux utilisateur·rice·s mentionné·e·s. Cependant, les opérateur·rice·s de votre instance et des instances réceptrices pourront inspecter ce message.",
"compose_form.hashtag_warning":"Ce pouet ne sera pas listé dans les recherches par hashtag car sa visibilité est réglée sur \"non-listé\". Seuls les pouets avec une visibilité \"publique\" peuvent être recherchés par hashtag.",
"compose_form.hashtag_warning":"Ce pouet ne sera pas listé dans les recherches par hashtag car sa visibilité est réglée sur \"non-listé\". Seuls les pouets avec une visibilité \"publique\" peuvent être recherchés par hashtag.",
"compose_form.lock_disclaimer":"Votre compte n’est pas {locked}. Tout le monde peut vous suivre et voir vos pouets privés.",
"compose_form.lock_disclaimer":"Votre compte n’est pas {locked}. Tout le monde peut vous suivre et voir vos pouets privés.",