Skip to content

Commit

Permalink
Change copies
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-mp committed Dec 17, 2024
1 parent d2c4f58 commit 62ffc16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function RepeatableCheckbox(props: CommonCheckboxProps) {
void setFieldValue("config.repeat", event.target.checked);
}}
/>
Make this link repeatable - Allow editors to create lists of links
Make this link repeatable (allows editors to create lists of links)
</Label>
<Box alignItems="center" gap={4}>
<Icon name="alert" size="medium" color="grey11" />
Expand Down Expand Up @@ -222,7 +222,7 @@ export function Variants({
rel="noopener noreferrer"
style={{ color: "inherit", textDecoration: "underline" }}
>
Please, provide your feedback here.
Please provide your feedback here.
</a>
</Text>
</Box>
Expand Down

0 comments on commit 62ffc16

Please sign in to comment.