Skip to content

Commit a67200e

Browse files
authored
Added 'the'. (#58828)
"anytime in future" updated to "anytime in the future"
1 parent 9087838 commit a67200e

File tree

1 file changed

+1
-1
lines changed
  • client/components/eligibility-warnings/domain-warning

1 file changed

+1
-1
lines changed

client/components/eligibility-warnings/domain-warning/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const DomainEligibilityWarning = ( {
1818
{ sprintf(
1919
/* translators: %s: The wordpress domain (ex.: myawesomeblog.wordpress.com) */
2020
__(
21-
'By installing this product your subdomain will change. Your old subdomain (%s) will no longer work. You can change it to a custom domain at anytime in future.'
21+
'By installing this product your subdomain will change. Your old subdomain (%s) will no longer work. You can change it to a custom domain at anytime in the future.'
2222
),
2323
wpcomDomain
2424
) }

0 commit comments

Comments
 (0)