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', }