Skip to content

Commit 68292bd

Browse files
committed
Fixed english
1 parent 1118257 commit 68292bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dashboard/utils/met_index.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ def index_dash_fields():
9797
graphics["grouped_fields"] = dashboard.utils.plotly.bar_graphic(
9898
data=util_data["summary"],
9999
col_names=["group", "bio_values"],
100-
legend=["Bio analysis"],
100+
legend=["Bioinformatic analysis"],
101101
yaxis={"title": "Number of fields"},
102-
options={"title": "Schema Fields Utilization", "height": 300},
102+
options={"title": "Completion Status of Fields", "height": 300},
103103
)
104104

105105
else:
@@ -114,17 +114,17 @@ def index_dash_fields():
114114
graphics["grouped_fields"] = dashboard.utils.plotly.bar_graphic(
115115
data=util_data["summary"],
116116
col_names=["group", "lab_values"],
117-
legend=["Metada lab"],
117+
legend=["Laboratory metadata"],
118118
yaxis={"title": "Number of fields"},
119-
options={"title": "Schema Fields Utilization", "height": 300},
119+
options={"title": "Completion Status of Fields", "height": 300},
120120
)
121121
else:
122122
graphics["grouped_fields"] = dashboard.utils.plotly.bar_graphic(
123123
data=util_data["summary"],
124124
col_names=["group", "lab_values", "bio_values"],
125-
legend=["Metada lab", "Bio analysis"],
125+
legend=["Laboratory metadata", "Bioinformatic analysis"],
126126
yaxis={"title": "Number of fields"},
127-
options={"title": "Schema Fields Utilization", "height": 300},
127+
options={"title": "Completion Status of Fields", "height": 300},
128128
)
129129

130130
if "ERROR_ANALYSIS" not in util_data:

0 commit comments

Comments
 (0)