mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
Don't make relative dates case sensitive
This commit is contained in:
parent
c9a47b2e82
commit
89ae9a8742
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ defmodule Philomena.RelativeDate do
|
|||
{:ok, datetime}
|
||||
|
||||
_error ->
|
||||
parse_relative(input)
|
||||
parse_relative(String.downcase(input))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue