mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 20:28:40 -05:00
fix(ui): add missing string for default Discover Language & edit string for default Discover Region (#1004)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user