Skip to content

Commit 6c5c35e

Browse files
authored
Merge pull request #34 from Materials-Data-Science-and-Informatics/dev
Fixed title
2 parents f48a3c8 + 9298710 commit 6c5c35e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "survey-dashboard"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "A Dashboard displaying survey data in an interactive way and allow for interactive exploration."
55
authors = [{name = "Jens Broeder", email = "j.broeder@fz-juelich.de"},
66
{name = "Silke Christine Gerlich", email = "s.gerlich@fz-juelich.de"},

survey_dashboard/i18n/text_display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
This is the central place for all text from the dashboard which needs to be translated
1313
"""
1414

15-
md_text_title = {'EN': 'Community Survey Explorer', 'DE': 'HMC Survey Data Explorer'}
15+
md_text_title = {'EN': 'Survey Data Explorer:', 'DE': 'HMC Survey Data Explorer'}
1616

1717
md_dashboard_title = {'EN': 'HMC Community Survey 2021', 'DE': 'HMC Community Survey 2021'}
1818

0 commit comments

Comments
 (0)