Skip to content

Commit

Permalink
Merge pull request #27 from prezly/feature/tits-5238-replace-the-word…
Browse files Browse the repository at this point in the history
…-pressroom-for-newsroom

[TITS-5238] Add descriptor for `Newsroom` page title
  • Loading branch information
Oleg Semyonov authored Feb 22, 2022
2 parents ea3e76d + 90f9c98 commit 442dce2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/messageDescriptors/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ export const noStories = defineMessages({
},
});

export const newsroom = defineMessages({
title: {
id: 'newsroom.title',
defaultMessage: 'Newsroom',
}
})

export const cookieConsent = defineMessages({
title: {
id: 'cookieConsent.title',
Expand Down

0 comments on commit 442dce2

Please sign in to comment.