Skip to content

Commit

Permalink
Remove dot from learn more text to make it uniform (#97876)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhusudhand authored Jan 3, 2025
1 parent 61bb8c3 commit 1e017fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/my-sites/people/subscribers-team/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function SubscribersTeam( props: Props ) {
navigationItems={ [] }
title={ translate( 'Users' ) }
subtitle={ translate(
'Invite team members to your site and manage their access settings. {{learnMore}}Learn more{{/learnMore}}.',
'Invite team members to your site and manage their access settings. {{learnMore}}Learn more{{/learnMore}}',
{
components: {
learnMore: (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const CardContentWrapper: FunctionComponent< Props > = ( { children, subt
subtitle={
subtitle ||
translate(
'Preview and troubleshoot changes before updating your production site. {{a}}Learn more{{/a}}.',
'Preview and troubleshoot changes before updating your production site. {{a}}Learn more{{/a}}',
{
components: {
a: <InlineSupportLink supportContext="hosting-staging-site" showIcon={ false } />,
Expand Down

0 comments on commit 1e017fb

Please sign in to comment.