Reading in from toolbar copy from config for narrative and filter panels

This commit is contained in:
efarooqui
2021-05-13 18:23:40 -07:00
parent b50ee8b5fe
commit 87d84df8b4
4 changed files with 35 additions and 8 deletions

View File

@@ -120,6 +120,12 @@ const initial = {
title: copy[language].toolbar.explore_by_filter__title,
description: copy[language].toolbar.explore_by_filter__description,
},
narratives: {
icon: DEFAULT_TAB_ICONS.NARRATIVE,
label: copy[language].toolbar.narratives_label,
title: copy[language].toolbar.explore_by_narrative__title,
description: copy[language].toolbar.explore_by_narrative__description,
},
},
},
loading: false,