Skip to content

Commit

Permalink
Performance Profiler: Update the weekly report text (#96023)
Browse files Browse the repository at this point in the history
  • Loading branch information
epeicher authored Nov 4, 2024
1 parent 51aaae0 commit ee5fca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/performance-profiler/pages/weekly-report/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const WeeklyReport = ( props: WeeklyReportProps ) => {
displayBadge
title={ translate( 'You’re all set!' ) }
message={ translate(
'We‘ll send you a weekly performance report for {{strong}}%s{{/strong}} so you can keep an eye on your site‘s speed. The first email is on it‘s way now.',
'We‘ll send you a weekly performance report for {{strong}}%s{{/strong}} so you can keep an eye on your site‘s speed. Your first report will arrive next week.',
{ args: [ siteUrl.host ], components: { strong: <strong /> } }
) }
ctaText={ translate( '← Back to speed test' ) }
Expand Down

0 comments on commit ee5fca1

Please sign in to comment.