Skip to content

Commit

Permalink
Fix translation string for status.favourite not having been changed…
Browse files Browse the repository at this point in the history
… everywhere (mastodon#2494)
  • Loading branch information
ClearlyClaire authored Dec 3, 2023
1 parent edd96ce commit f1241b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import VisibilityIcon from 'flavours/glitch/components/status_visibility_icon';
import { WithRouterPropTypes } from 'flavours/glitch/utils/react_router';

const messages = defineMessages({
favourite: { id: 'status.favourite', defaultMessage: 'Favourite' },
favourite: { id: 'status.favourite', defaultMessage: 'Favorite' },
});

class FavouriteModal extends ImmutablePureComponent {
Expand Down

0 comments on commit f1241b4

Please sign in to comment.