mastodon/app
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)
..
chewy Change `tootctl search deploy` algorithm ()
controllers Add `POST /api/v1/emails/confirmations` to REST API ()
helpers Use custom mascot on static share page ()
javascript Update twitter-text from 1.14 to 3.1.0 and fix toot character counting ()
lib Fix URL scanning in note length validator and preview card fetching ()
mailers Change account suspensions to be reversible by default ()
models Fix not being able to change world filter expiration back to “Never” ()
policies Add server rules ()
presenters Add server rules ()
serializers Add server rules ()
services Fix URL scanning in note length validator and preview card fetching ()
validators Fix URL scanning in note length validator and preview card fetching ()
views Fix reference to non-existing translation in the exports page. ()
workers Fix being able to import more than allowed number of follows ()