Fix *another* typo and crash in StatusIcons

master
Thibaut Girka 2019-07-18 09:53:48 +02:00 committed by ThibG
parent a2df11ebaf
commit 6ff285d948
1 changed files with 1 additions and 1 deletions

View File

@ -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':