GroupTimeline: use FormattedMessage

environments/review-groups-tog-ycn9lp/deployments/3017
Alex Gleason 2023-03-31 12:17:20 -05:00
rodzic 1c71cf3da4
commit 59860b405a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -70,7 +70,9 @@ const GroupTimeline: React.FC<IGroupTimeline> = (props) => {
extra={(
<HStack alignItems='center' space={4}>
<label className='ml-auto cursor-pointer' htmlFor='group-timeline-visible'>
<Text theme='muted'>Share with my followers</Text>
<Text theme='muted'>
<FormattedMessage id='compose_group.share_to_followers' defaultMessage='Share with my followers' />
</Text>
</label>
<Toggle
id='group-timeline-visible'

Wyświetl plik

@ -443,6 +443,7 @@
"compose_form.spoiler_placeholder": "Write your warning here (optional)",
"compose_form.spoiler_remove": "Remove sensitive",
"compose_form.spoiler_title": "Sensitive content",
"compose_group.share_to_followers": "Share with my followers",
"confirmation_modal.cancel": "Cancel",
"confirmations.admin.deactivate_user.confirm": "Deactivate @{name}",
"confirmations.admin.deactivate_user.heading": "Deactivate @{acct}",