mastodon/app/views/settings
Filipe Rodrigues 3dc94d9f91
Fix reference to non-existing translation in the exports page. ()
The exports page showed a different "CSV" capitalisation in the
"Bookmarks" row ("Csv") compared to the other rows ("CSV").
This was due to a referece to a translation string that does not exist,
`bookmarks.csv`, defaulting to the key's last segment in title case.

This issue was introduced in commit dcd86204 (PR ).

(h/t @meqif for helping with figuring out the bug)
..
aliases Fix account aliases page ()
applications Various fixes and improvements ()
deletes Fix 2FA challenge and password challenge for non-database users ()
exports Fix reference to non-existing translation in the exports page. ()
featured_tags Changed tag most_used to recently_used ()
identity_proofs Add ability to remove identity proofs from account ()
imports Add option to overwrite imported data ()
migration/redirects Add (back) option to set redirect notice on account without moving followers ()
migrations Add (back) option to set redirect notice on account without moving followers ()
preferences Add option to disable swiping motions across the WebUI ()
profiles Fix end-user-facing uses of inline CSS ()
shared 2FA controller cleanup ()
two_factor_authentication Add subresource integrity for JS and CSS assets ()
two_factor_authentication_methods Add WebAuthn as an alternative 2FA method ()