Skip to content

Commit

Permalink
Merge pull request #249 from astranchet/patch-1
Browse files Browse the repository at this point in the history
Add space in wording
  • Loading branch information
garronej committed Apr 10, 2024
2 parents 250d05c + 55aa0b1 commit d69d622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Footer.tsx
Expand Up @@ -483,7 +483,7 @@ export const Footer = memo(
})
]),
id<FooterProps.BottomItem>({
"text": `${t("accessibility")}: ${t(accessibility)}`,
"text": `${t("accessibility")} : ${t(accessibility)}`,
"linkProps": accessibilityLinkProps ?? ({} as any)
}),
...(termsLinkProps === undefined
Expand Down

0 comments on commit d69d622

Please sign in to comment.