From 50e10915349b37f5fee18452b7a3bab172b104ba Mon Sep 17 00:00:00 2001 From: Marin Atanasov Date: Thu, 9 Feb 2017 13:50:58 +0200 Subject: [PATCH] Site Settings: Improve wording in AfterTheDeadline labels --- .../my-sites/site-settings/composing/after-the-deadline.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/my-sites/site-settings/composing/after-the-deadline.jsx b/client/my-sites/site-settings/composing/after-the-deadline.jsx index c960c40a7aadcf..33cae67f570f2c 100644 --- a/client/my-sites/site-settings/composing/after-the-deadline.jsx +++ b/client/my-sites/site-settings/composing/after-the-deadline.jsx @@ -71,13 +71,13 @@ class AfterTheDeadline extends Component { { this.renderToggle( 'onpublish', ! afterTheDeadlineModuleActive, translate( - 'a post or page is first published' + 'Posts or pages are first published' ) ) } { this.renderToggle( 'onupdate', ! afterTheDeadlineModuleActive, translate( - 'a post or page is updated' + 'Posts or pages are updated' ) ) }