Replace 'favourite' by 'favorite' for American English (#26009)

This commit is contained in:
gunchleoc
2023-07-21 19:09:13 +02:00
committed by GitHub
parent 5b457961fc
commit 217ef7f2af
21 changed files with 43 additions and 43 deletions

View File

@@ -61,7 +61,7 @@ class Favourites extends ImmutablePureComponent {
);
}
const emptyMessage = <FormattedMessage id='empty_column.favourites' defaultMessage='No one has favourited this post yet. When someone does, they will show up here.' />;
const emptyMessage = <FormattedMessage id='empty_column.favourites' defaultMessage='No one has favorited this post yet. When someone does, they will show up here.' />;
return (
<Column bindToDocument={!multiColumn}>