From 1b2e77c871cd650ab7bab5aa45e080b27f17d854 Mon Sep 17 00:00:00 2001 From: MahtabBukhari Date: Wed, 30 Oct 2024 05:23:09 +0500 Subject: [PATCH] fix(source-table): letters of second word should be consistent --- src/components/SourcesTableModal/SourcesView/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SourcesTableModal/SourcesView/constants.ts b/src/components/SourcesTableModal/SourcesView/constants.ts index 6657b4911..b01f655df 100644 --- a/src/components/SourcesTableModal/SourcesView/constants.ts +++ b/src/components/SourcesTableModal/SourcesView/constants.ts @@ -4,9 +4,9 @@ import styled from 'styled-components' import { IconButton } from '@mui/material' export const sourcesMapper: ISourceMap = { - [RSS]: 'RSS link', + [RSS]: 'RSS Link', [TWITTER_HANDLE]: 'Twitter Handle', - [YOUTUBE_CHANNEL]: 'Youtube channel', + [YOUTUBE_CHANNEL]: 'Youtube Channel', [GITHUB_REPOSITORY]: 'Github Repository', }