mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
[Glitch] Rename toots to posts in various places, add or reword DM warnings
Port part ofbe0bc9acbfand7e244879feto glitch-soc
This commit is contained in:
@@ -38,7 +38,7 @@ export default class StatusPrepend extends React.PureComponent {
|
||||
switch (type) {
|
||||
case 'featured':
|
||||
return (
|
||||
<FormattedMessage id='status.pinned' defaultMessage='Pinned toot' />
|
||||
<FormattedMessage id='status.pinned' defaultMessage='Pinned post' />
|
||||
);
|
||||
case 'reblogged_by':
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user