Skip to content

Commit

Permalink
Site Settings: Update language option copy (#11432)
Browse files Browse the repository at this point in the history
Changed the copy from "You can also modify the interface language in your profile." to "You can also modify your interface's language in your profile." as suggested in #11259 (comment).
  • Loading branch information
Copons authored Feb 27, 2017
1 parent 0551692 commit 9f0c1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/site-settings/form-general.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class SiteSettingsFormGeneral extends Component {
<FormSettingExplanation>
{ translate( 'Language this blog is primarily written in.' ) }&nbsp;
<a href={ config.isEnabled( 'me/account' ) ? '/me/account' : '/settings/account/' }>
{ translate( 'You can also modify the interface language in your profile.' ) }
{ translate( "You can also modify your interface's language in your profile." ) }
</a>
</FormSettingExplanation>
</FormFieldset>
Expand Down

0 comments on commit 9f0c1f5

Please sign in to comment.