Skip to content

Commit

Permalink
tweak copy
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Nov 8, 2024
1 parent 408039e commit 7c57233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Transformers/ToggleTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ public function fieldItems(): array
'display' => __('Format'),
'instructions' => __('How is the value stored?'),
'options' => [
'boolean' => __('As booleans'),
'string' => __('As strings'),
'boolean' => __('Booleans'),
'string' => __('Strings'),
],
'validate' => 'required',
],
'values' => [
'type' => 'array',
'display' => __('Values'),
'instructions' => __('Specify the values that represent true and false in your data. You separate multiple values with a pipe (`|`).'),
'instructions' => __('Specify the values that represent true and false in your data. You may separate multiple values with a pipe (`|`).'),
'mode' => 'keyed',
'keys' => [
['key' => 'true', 'value' => __('True')],
Expand Down

0 comments on commit 7c57233

Please sign in to comment.