mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 18:38:26 +00:00
Link shares to the user, not the collective
The user is required when searching because of folders (sadly), so the share is connected to the user.
This commit is contained in:
@ -21,6 +21,7 @@ type alias Texts =
|
||||
, formatDateTime : Int -> String
|
||||
, active : String
|
||||
, publishUntil : String
|
||||
, user : String
|
||||
}
|
||||
|
||||
|
||||
@ -30,6 +31,7 @@ gb =
|
||||
, formatDateTime = DF.formatDateTimeLong Messages.UiLanguage.English
|
||||
, active = "Active"
|
||||
, publishUntil = "Publish Until"
|
||||
, user = "User"
|
||||
}
|
||||
|
||||
|
||||
@ -39,4 +41,5 @@ de =
|
||||
, formatDateTime = DF.formatDateTimeLong Messages.UiLanguage.German
|
||||
, active = "Aktiv"
|
||||
, publishUntil = "Publiziert bis"
|
||||
, user = "Benutzer"
|
||||
}
|
||||
|
Reference in New Issue
Block a user