mastodon/app
Sasha Sorokin 902c6bed5a Use different strings on exports page (#12569)
Currently the page re-uses strings from other contexts which doesn't fit
very well - strings incorrectly lowercase-d and pluralized, when they
don't need to be, because it's a table.

This commit changes page to re-use accounts.posts_tab_heading for toots,
and admin.accounts for "Following" and "Follows". This all should look
more aesthetically pleasing.
2019-12-19 12:47:55 +01:00
..
chewy
controllers Fix missing error templates for non-HTML requests (#12593) 2019-12-10 07:39:54 +01:00
helpers Remove some duplicate methods from StatusHelper and reflect changes to AccountHelper (#12545) 2019-12-05 00:50:40 +01:00
javascript Fix manual scrolling issue on Firefox/Windows (#12648) 2019-12-19 12:47:19 +01:00
lib Clean up OStatus-related codepaths (#12173) 2019-12-17 13:32:57 +01:00
mailers
models Fix custom emoji category creation silently erroring out on duplicate category (#12647) 2019-12-18 16:56:59 +01:00
policies
presenters
serializers Add basic support for group actors (#12071) 2019-12-04 20:36:33 +01:00
services Fix link crawler not specifying accepted content-type (#12646) 2019-12-18 16:56:06 +01:00
validators
views Use different strings on exports page (#12569) 2019-12-19 12:47:55 +01:00
workers