Skip to content

Commit

Permalink
Merge pull request #103 from codiceovvio/fix-typo
Browse files Browse the repository at this point in the history
Fix typo - fixes issue #102
  • Loading branch information
bordoni authored Nov 4, 2016
2 parents 9b89f21 + 74726e2 commit 82c135b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/class-fp-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ public static function get_meta_types() {
$providers->type = 'dropdown';
$providers->class = array();
$providers->multiple = true;
$providers->placeholder = __( 'Select at one Provider', 'fakerpress' );
$providers->placeholder = __( 'Select at least one Provider', 'fakerpress' );
$providers->label = __( 'Which image services will the generator use?', 'fakerpress' );
$providers->value = implode( ',', wp_list_pluck( Module\Attachment::get_providers(), 'id' ) );
$providers->{'data-options'} = Module\Attachment::get_providers();
Expand Down Expand Up @@ -1852,4 +1852,4 @@ public static function type_wysiwyg( $field, $container = null, $output = 'strin
*/

} // end class
} // end class

0 comments on commit 82c135b

Please sign in to comment.