mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Externalize strings in other of components
This commit is contained in:
@ -39,7 +39,7 @@ import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (onClick, onInput)
|
||||
import Http
|
||||
import Markdown
|
||||
import Messages.MultiEditComp exposing (Texts)
|
||||
import Messages.MultiEditMenuComp exposing (Texts)
|
||||
import Page exposing (Page(..))
|
||||
import Set exposing (Set)
|
||||
import Styles as S
|
||||
@ -775,6 +775,7 @@ renderEditForm2 texts flags cfg settings model =
|
||||
, body =
|
||||
[ Html.map CustomFieldMsg
|
||||
(Comp.CustomFieldMultiInput.view2
|
||||
texts.customFieldMultiInput
|
||||
customFieldSettings
|
||||
model.customFieldModel
|
||||
)
|
||||
|
Reference in New Issue
Block a user