From 4aa8e05ed807e54b934e9c1c7326e161ae192d24 Mon Sep 17 00:00:00 2001 From: Copons Date: Thu, 16 Feb 2017 17:05:56 +0000 Subject: [PATCH] Update language option copy See: https://github.com/Automattic/wp-calypso/pull/11259#issuecomment-279784641 --- client/my-sites/site-settings/form-general.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/my-sites/site-settings/form-general.jsx b/client/my-sites/site-settings/form-general.jsx index a0cf7f43c0349..436aae32948f9 100644 --- a/client/my-sites/site-settings/form-general.jsx +++ b/client/my-sites/site-settings/form-general.jsx @@ -171,7 +171,7 @@ class SiteSettingsFormGeneral extends Component { { translate( 'Language this blog is primarily written in.' ) }  - { translate( 'You can also modify the interface language in your profile.' ) } + { translate( "You can also modify your interface's language in your profile." ) }