Skip to content

Commit

Permalink
Fix punctuation on site logs (#96932)
Browse files Browse the repository at this point in the history
  • Loading branch information
fditrapani authored Dec 4, 2024
1 parent 7d70505 commit 3b4f421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function SiteLogsHeader( { logType }: { logType: string } ) {
<NavigationHeader
title={ translate( 'Logs' ) }
subtitle={ translate(
'View and download various server logs. {{link}}Learn more.{{/link}}',
'View and download various server logs. {{link}}Learn more{{/link}}',
{
components: {
link: <InlineSupportLink supportContext="site-monitoring-logs" showIcon={ false } />,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ export const SiteMonitoring = ( { className }: { className?: string } ) => {
{ dateRange }
</>
}
subtitle={ translate( 'Monitor your site’s performance. {{link}}Learn more.{{/link}}', {
subtitle={ translate( 'Monitor your site’s performance. {{link}}Learn more{{/link}}', {
components: {
link: <InlineSupportLink supportContext="site-monitoring" showIcon={ false } />,
},
Expand Down

0 comments on commit 3b4f421

Please sign in to comment.