Skip to content
This repository was archived by the owner on May 2, 2020. It is now read-only.

Commit d1aa9df

Browse files
committed
Changed BooleanValue label to Checkbox
1 parent 573dbbe commit d1aa9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ValueProvider/BooleanValueProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ public function getEntity()
3232
*/
3333
public function getLabel()
3434
{
35-
return 'True / False';
35+
return 'Checkbox';
3636
}
3737
}

0 commit comments

Comments
 (0)