mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Prepare translating dates
This commit is contained in:
@ -18,7 +18,6 @@ import Http
|
||||
import Messages.Comp.AttachmentMeta exposing (Texts)
|
||||
import Styles as S
|
||||
import Util.Http
|
||||
import Util.Time
|
||||
|
||||
|
||||
type alias Model =
|
||||
@ -129,7 +128,7 @@ viewProposals2 texts props =
|
||||
[ class S.basicLabel
|
||||
, class "text-sm"
|
||||
]
|
||||
[ Util.Time.formatDateShort ms |> text
|
||||
[ texts.formatDateShort ms |> text
|
||||
]
|
||||
in
|
||||
div [ class "flex flex-col" ]
|
||||
|
Reference in New Issue
Block a user