mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Use externalized strings for edit label
This commit is contained in:
@ -81,7 +81,7 @@ renderSourceLine2 texts source =
|
||||
[ div
|
||||
[ class "inline-flex space-x-2"
|
||||
]
|
||||
[ B.editLinkLabel (Select source)
|
||||
[ B.editLinkLabel texts.basics.edit (Select source)
|
||||
, B.linkLabel
|
||||
{ label = texts.show
|
||||
, icon = "fa fa-eye"
|
||||
|
Reference in New Issue
Block a user