mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
updated copy mechanism for display title and intro text
This commit is contained in:
committed by
Lachlan Kermode
parent
f02ee50ed8
commit
455bf64fca
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user