mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-24 17:14:15 -05:00
Fix *another* typo and crash in StatusIcons
This commit is contained in:
parent
a2df11ebaf
commit
6ff285d948
@ -48,7 +48,7 @@ export default class StatusIcons extends React.PureComponent {
|
||||
|
||||
switch (mediaIcon) {
|
||||
case 'link':
|
||||
return intl.formatMessages(messages.previewCard);
|
||||
return intl.formatMessage(messages.previewCard);
|
||||
case 'picture-o':
|
||||
return intl.formatMessage(messages.pictures);
|
||||
case 'tasks':
|
||||
|
Loading…
Reference in New Issue
Block a user