Skip to content

Commit

Permalink
Merge pull request #1 from shortlist-digital/change-wording-poll
Browse files Browse the repository at this point in the history
change some wording
  • Loading branch information
romulodl authored Jun 14, 2018
2 parents 9a0a84a + 432d66a commit 0a0bff2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app/CustomFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0a0bff2

Please sign in to comment.