diff --git a/src/components/RegionSelector/index.tsx b/src/components/RegionSelector/index.tsx
index 49db74b13..881174946 100644
--- a/src/components/RegionSelector/index.tsx
+++ b/src/components/RegionSelector/index.tsx
@@ -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 {
diff --git a/src/components/Settings/SettingsMain.tsx b/src/components/Settings/SettingsMain.tsx
index 4466f828d..830086521 100644
--- a/src/components/Settings/SettingsMain.tsx
+++ b/src/components/Settings/SettingsMain.tsx
@@ -48,6 +48,7 @@ const messages = defineMessages({
validationApplicationTitle: 'You must provide an application title',
validationApplicationUrl: 'You must provide a valid URL',
validationApplicationUrlTrailingSlash: 'URL must not end in a trailing slash',
+ originalLanguageDefault: 'All Languages',
});
const SettingsMain: React.FC = () => {
@@ -306,7 +307,9 @@ const SettingsMain: React.FC = () => {
id="originalLanguage"
name="originalLanguage"
>
-
+
{languages?.map((language) => (
+
{languages?.map((language) => (