We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f48a3c8 + 9298710 commit 6c5c35eCopy full SHA for 6c5c35e
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "survey-dashboard"
3
-version = "2.0.2"
+version = "2.0.3"
4
description = "A Dashboard displaying survey data in an interactive way and allow for interactive exploration."
5
authors = [{name = "Jens Broeder", email = "j.broeder@fz-juelich.de"},
6
{name = "Silke Christine Gerlich", email = "s.gerlich@fz-juelich.de"},
survey_dashboard/i18n/text_display.py
@@ -12,7 +12,7 @@
12
This is the central place for all text from the dashboard which needs to be translated
13
"""
14
15
-md_text_title = {'EN': 'Community Survey Explorer', 'DE': 'HMC Survey Data Explorer'}
+md_text_title = {'EN': 'Survey Data Explorer:', 'DE': 'HMC Survey Data Explorer'}
16
17
md_dashboard_title = {'EN': 'HMC Community Survey 2021', 'DE': 'HMC Community Survey 2021'}
18
0 commit comments