mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Reorganize messages to reflect page structure
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
module Messages.Comp.EmailSettingsTable exposing (..)
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{ name : String
|
||||
, hostPort : String
|
||||
, from : String
|
||||
}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{ name = "Name"
|
||||
, hostPort = "Host/Port"
|
||||
, from = "From"
|
||||
}
|
Reference in New Issue
Block a user