We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7b7e7 commit 4f0f1b9Copy full SHA for 4f0f1b9
app/Source/ModelFieldBuilder/SelectField.php
@@ -6,7 +6,7 @@ class SelectField extends AField
6
{
7
protected $allowTypes = ['select', 'multiselect'];
8
protected $defaultType = 'select';
9
- public $values = ['0'=>"Выбирите значение"];
+ public $values = ['0'=>"Change..."];
10
public $size = 5;
11
public $multiple = false;
12
public $default = 0;
0 commit comments