mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-30 14:57:59 +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}
|
{:ok, datetime}
|
||||||
|
|
||||||
_error ->
|
_error ->
|
||||||
parse_relative(input)
|
parse_relative(String.downcase(input))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue