Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Dec 16, 2024
1 parent e92ba75 commit f3ba5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_scaffold/helpers/human_condition_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def active_scaffold_human_condition_datetime(column, value)
"#{column.label} = #{as_(value['range'].downcase).downcase} (#{I18n.l(from, :format => format)})"
when 'PAST', 'FUTURE', 'BETWEEN'
from, to = controller.class.datetime_from_to(column, value)
"#{column.label} #{as_('betweem').downcase} #{I18n.l(from)} - #{I18n.l(to)}"
"#{column.label} #{as_('between').downcase} #{I18n.l(from)} - #{I18n.l(to)}"
when 'null', 'not_null'
"#{column.label} #{as_(value['opt'].downcase).downcase}"
else
Expand Down

0 comments on commit f3ba5f4

Please # to comment.