Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
- fix typo greater than
Browse files Browse the repository at this point in the history
  • Loading branch information
fherryfherry committed Mar 19, 2017
1 parent 5068bd3 commit 2effac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localization/en/crudbooster.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
'filter_equal_to' => '=(Equal to)',
'filter_like' => 'LIKE',
'filter_not_like' => 'NOT LIKE',
'filter_greater_than_or_equal' => '>>= (Greater Than or Equal)',
'filter_greater_than_or_equal' => '>= (Greater Than or Equal)',
'filter_less_than_or_equal' => '<= (Less Than or Equal)',
'filter_less_than' => '< (Less Than)',
'filter_greater_than' => '> (Greater Than)',
Expand Down

0 comments on commit 2effac2

Please sign in to comment.