Fix header copy
This commit is contained in:
parent
8f8dd689a3
commit
bfdd3a3d50
2 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ import LayoutButtons, { GroupLayout } from './components/discover/layout-buttons
|
||||||
import type { Group } from 'soapbox/schemas';
|
import type { Group } from 'soapbox/schemas';
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
label: { id: 'groups.popular.label', defaultMessage: 'Suggested Groups' },
|
label: { id: 'groups.suggested.label', defaultMessage: 'Suggested Groups' },
|
||||||
});
|
});
|
||||||
|
|
||||||
const GridList: Components['List'] = React.forwardRef((props, ref) => {
|
const GridList: Components['List'] = React.forwardRef((props, ref) => {
|
||||||
|
|
|
@ -856,6 +856,7 @@
|
||||||
"groups.pending.label": "Pending Requests",
|
"groups.pending.label": "Pending Requests",
|
||||||
"groups.popular.label": "Suggested Groups",
|
"groups.popular.label": "Suggested Groups",
|
||||||
"groups.search.placeholder": "Search My Groups",
|
"groups.search.placeholder": "Search My Groups",
|
||||||
|
"groups.suggested.label": "Suggested Groups",
|
||||||
"groups.tags.title": "Browse Topics",
|
"groups.tags.title": "Browse Topics",
|
||||||
"hashtag.column_header.tag_mode.all": "and {additional}",
|
"hashtag.column_header.tag_mode.all": "and {additional}",
|
||||||
"hashtag.column_header.tag_mode.any": "or {additional}",
|
"hashtag.column_header.tag_mode.any": "or {additional}",
|
||||||
|
|
Loading…
Reference in a new issue