Skip to content

Commit

Permalink
Nav redesign - Use native instead of legacy in settings text (#91010)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoigal committed May 23, 2024
1 parent 32b2cc2 commit c27e2d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/my-sites/site-settings/site-admin-interface/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ const SiteAdminInterface = ( { siteId, siteSlug, isHosting } ) => {
/>
</FormLabel>
<FormSettingExplanation>
{ hasEnTranslation( 'Use WordPress.com’s legacy dashboard to manage your site.' )
? translate( 'Use WordPress.com’s legacy dashboard to manage your site.' )
: translate( 'The WordPress.com redesign for a better experience.' ) }
{ hasEnTranslation( 'Use WordPress.com’s native dashboard to manage your site.' )
? translate( 'Use WordPress.com’s native dashboard to manage your site.' )
: translate( 'Use WordPress.com’s legacy dashboard to manage your site.' ) }
</FormSettingExplanation>
</FormFieldset>
</>
Expand Down

0 comments on commit c27e2d9

Please sign in to comment.