mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-10-22 13:20:12 +00:00
Use externalized strings for edit label
This commit is contained in:
@@ -78,7 +78,7 @@ renderUserLine2 texts model user =
|
||||
[ classList [ ( "active", model.selected == Just user ) ]
|
||||
, class S.tableRow
|
||||
]
|
||||
[ B.editLinkTableCell2 texts.basics (Select user)
|
||||
[ B.editLinkTableCell texts.basics.edit (Select user)
|
||||
, td [ class "text-left" ]
|
||||
[ text user.login
|
||||
]
|
||||
|
Reference in New Issue
Block a user