From 432d66a7685b2f251af1e21d678f691619ef403c Mon Sep 17 00:00:00 2001 From: Romulo De Lazzari Date: Thu, 14 Jun 2018 17:48:18 +0100 Subject: [PATCH] change some wording --- app/CustomFields.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/CustomFields.php b/app/CustomFields.php index cf60beb..818f622 100644 --- a/app/CustomFields.php +++ b/app/CustomFields.php @@ -68,11 +68,12 @@ public function register_article_fields( array $post_types ) { 'title' => 'Poll', 'fields' => [ [ - 'key' => 'article_has_poll', - 'name' => 'article_has_poll', - 'label' => 'Post contains a poll?', - 'type' => 'true_false', - 'placement' => 'left', + 'key' => 'article_has_poll', + 'name' => 'article_has_poll', + 'label' => 'Add a poll?', + 'instructions' => 'All polls are created separately within "Polls", you will need to create it separately before adding it to this post', + 'type' => 'true_false', + 'placement' => 'left', ], [ 'key' => $key,