Skip to content

Commit d7c8306

Browse files
authored
Sites Dashboard: Fix Transfer site typo. (#103853)
1 parent 8039d7e commit d7c8306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/dashboard/sites/settings-transfer-site/start-site-transfer-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export function StartSiteTransferForm( {
116116
<li>
117117
{ createInterpolateElement(
118118
__(
119-
'You’ll be removed as owner of <siteSlug /> and <newOwnerEmail /> will the new owner from now on.'
119+
'You’ll be removed as owner of <siteSlug /> and <newOwnerEmail /> will be the new owner from now on.'
120120
),
121121
{
122122
siteSlug: renderSiteSlug(),

0 commit comments

Comments
 (0)