GroupTimeline: use FormattedMessage
This commit is contained in:
parent
1c71cf3da4
commit
59860b405a
|
@ -70,7 +70,9 @@ const GroupTimeline: React.FC<IGroupTimeline> = (props) => {
|
||||||
extra={(
|
extra={(
|
||||||
<HStack alignItems='center' space={4}>
|
<HStack alignItems='center' space={4}>
|
||||||
<label className='ml-auto cursor-pointer' htmlFor='group-timeline-visible'>
|
<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>
|
</label>
|
||||||
<Toggle
|
<Toggle
|
||||||
id='group-timeline-visible'
|
id='group-timeline-visible'
|
||||||
|
|
|
@ -443,6 +443,7 @@
|
||||||
"compose_form.spoiler_placeholder": "Write your warning here (optional)",
|
"compose_form.spoiler_placeholder": "Write your warning here (optional)",
|
||||||
"compose_form.spoiler_remove": "Remove sensitive",
|
"compose_form.spoiler_remove": "Remove sensitive",
|
||||||
"compose_form.spoiler_title": "Sensitive content",
|
"compose_form.spoiler_title": "Sensitive content",
|
||||||
|
"compose_group.share_to_followers": "Share with my followers",
|
||||||
"confirmation_modal.cancel": "Cancel",
|
"confirmation_modal.cancel": "Cancel",
|
||||||
"confirmations.admin.deactivate_user.confirm": "Deactivate @{name}",
|
"confirmations.admin.deactivate_user.confirm": "Deactivate @{name}",
|
||||||
"confirmations.admin.deactivate_user.heading": "Deactivate @{acct}",
|
"confirmations.admin.deactivate_user.heading": "Deactivate @{acct}",
|
||||||
|
|
Loading…
Reference in New Issue