Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny committed May 5, 2024
1 parent 677d99a commit d3df232
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/storybook/src/components/radio/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ const PreviewRadio = (properties: {
{hasGroupLabel ? (
<RadioGroupLabel>
{intl.formatMessage({
defaultMessage: "Privacy",
id: "cXBJ7U",
defaultMessage: "Side order",
id: "Er8inG",
})}
</RadioGroupLabel>
) : null}
{hasGroupLabel && hasGroupLabelDescription ? (
<RadioGroupDescription>
{intl.formatMessage({
defaultMessage: "Control your post’s privacy settings.",
id: "dBZIgO",
defaultMessage: "Round off your dish with a side order.",
id: "5biyWl",
})}
</RadioGroupDescription>
) : null}
Expand All @@ -72,16 +72,16 @@ const PreviewRadio = (properties: {
</RadioButton>
<RadioLabel>
{intl.formatMessage({
defaultMessage: "Show only to friends",
id: "709cRj",
defaultMessage: "Veggies",
id: "DmB6s4",
})}
</RadioLabel>
</Radio>
{hasLabelDescription ? (
<RadioDescription>
{intl.formatMessage({
defaultMessage: "Whether only friends can see this post.",
id: "WuPCNC",
defaultMessage: "Lower in calories and yummies.",
id: "Ti5D0d",
})}
</RadioDescription>
) : null}
Expand All @@ -93,16 +93,16 @@ const PreviewRadio = (properties: {
</RadioButton>
<RadioLabel>
{intl.formatMessage({
defaultMessage: "Allow sharing",
id: "MmQn2H",
defaultMessage: "Fruit",
id: "V35hcy",
})}
</RadioLabel>
</Radio>
{hasLabelDescription ? (
<RadioDescription>
{intl.formatMessage({
defaultMessage: "Whether this post can be shared by others.",
id: "qysWYY",
defaultMessage: "Higher in yummies and calories.",
id: "+iJVw/",
})}
</RadioDescription>
) : null}
Expand Down

0 comments on commit d3df232

Please sign in to comment.