updated copy mechanism for display title and intro text

This commit is contained in:
Sam Ludford
2019-06-26 14:50:00 +01:00
committed by Lachlan Kermode
parent f02ee50ed8
commit 455bf64fca
4 changed files with 7 additions and 4 deletions

View File

@@ -149,7 +149,7 @@ class Toolbar extends React.Component {
renderToolbarTabs () {
let title = copy[this.props.language].toolbar.title
if (process.env.title) title = process.env.title
if (process.env.display_title) title = process.env.display_title
const narrativesLabel = copy[this.props.language].toolbar.narratives_label
const tagsLabel = copy[this.props.language].toolbar.tags_label
const categoriesLabel = 'Categories' // TODO: