i18n: Fix /account/personal-data download button translation

deepcrayonfish^2
Benedikt Werner 2021-12-04 03:59:03 +01:00
parent 0fd1d268ed
commit 1503257f91
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ object bits {
div(cls := "personal-data__header")(
p("Here is all personal information Lichess has about ", userLink(u)),
a(cls := "button", href := s"${routes.Account.data}?user=${u.id}&text=1", downloadAttr)(
trans.downloadRaw()
trans.download()
)
)
)