Sync up with recent homepage string changes

This commit is contained in:
infinite-persistence 2022-02-18 19:20:03 +08:00
parent aedd194be6
commit 636b00f9db
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0
3 changed files with 6 additions and 6 deletions

View file

@ -1322,7 +1322,7 @@
"Gaming": "Gaming",
"Game": "Game",
"Lab": "Lab",
"Creative Arts": "Creative Arts",
"The Arts": "The Arts",
"Tech": "Tech",
"Technology": "Technology",
"Movies": "Movies",
@ -1332,7 +1332,7 @@
"News & Politics": "News & Politics",
"Pop Culture": "Pop Culture",
"Finance 2.0": "Finance 2.0",
"The Universe": "The Universe",
"Universe": "Universe",
"Wild West": "Wild West",
"View More": "View More",
"Sync YouTube Channel": "Sync YouTube Channel",

View file

@ -7,7 +7,7 @@ import * as PAGES from 'constants/pages';
export const PAGE_TITLE = {
// --- Categories ---
[PAGES.CREATIVE_ARTS]: 'Creative Arts',
[PAGES.CREATIVE_ARTS]: 'The Arts',
[PAGES.DISCOVER]: 'Wild West',
[PAGES.EDUCATION]: 'Education',
[PAGES.ENLIGHTENMENT]: 'Enlightenment',
@ -21,7 +21,7 @@ export const PAGE_TITLE = {
[PAGES.NEWS]: 'News & Politics',
[PAGES.POP_CULTURE]: 'Pop Culture',
[PAGES.TECH]: 'Tech',
[PAGES.UNIVERSE]: 'The Universe',
[PAGES.UNIVERSE]: 'Universe',
[PAGES.WILD_WEST]: 'Wild West',
// --- Everything else in alphabetical order ---

View file

@ -4,7 +4,7 @@ const PAGES = require('../../ui/constants/pages');
module.exports.CATEGORY_METADATA = {
[PAGES.CREATIVE_ARTS]: () => ({
title: 'Creative Arts',
title: 'The Arts',
description: `Odysee's home for art, animation, comedy, and everything inbetween`,
image: '',
}),
@ -75,7 +75,7 @@ module.exports.CATEGORY_METADATA = {
image: '',
}),
[PAGES.UNIVERSE]: () => ({
title: 'The Universe',
title: 'Universe',
description: 'Podcasts, life, learning, and everything else on Odysee',
image: '',
}),