diff --git a/src/common/components/cards/rich-resolution-content.tsx b/src/common/components/cards/rich-resolution-content.tsx index c8c2fbcb5ec..8a32d4e1cbb 100644 --- a/src/common/components/cards/rich-resolution-content.tsx +++ b/src/common/components/cards/rich-resolution-content.tsx @@ -111,9 +111,9 @@ export const RichResolutionContent = NamedFC( case 'web/target-size': { return (
- Targets must be at least 24 by 24 CSS pixels in size or a target must have a - 24 by 24 CSS pixel spacing circle that does not intersect with another - target of any size. Check all targets and be sure they have sufficient size + Targets must be at least 24 by 24 CSS pixels in size or a target must have a + 24 by 24 CSS pixel spacing circle that does not intersect with another + target of any size. Check all targets and be sure they have sufficient size or spacing from another target.
);