fix(ui): add missing string for default Discover Language & edit string for default Discover Region (#1004)

This commit is contained in:
TheCatLady
2021-02-23 00:56:22 -05:00
committed by GitHub
parent 84b950edc0
commit 0acad8e9fa
4 changed files with 12 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import type { Region } from '../../../server/lib/settings';
import { defineMessages, useIntl } from 'react-intl';
const messages = defineMessages({
regionDefault: 'All',
regionDefault: 'All Regions',
});
interface RegionSelectorProps {