Skip to content

Commit 0bad9fe

Browse files
committed
Fixed english
1 parent 68292bd commit 0bad9fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dashboard/templates/dashboard/methodologyIndex.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>Methodology Dashboard</h1>
3131
<div class="row p-4" style="text-align: center;">
3232
<div class="col-sm-10" >
3333
<div class="card border-danger mb-3">
34-
<div class="card-header text-center text-danger"><h3 style="text-align:center">Error No Schema</h3> </div>
34+
<div class="card-header text-center text-danger"><h3 style="text-align:center">Schema Not Found</h3> </div>
3535
<div class="card-body text-center">
3636
<br>
3737
<p><strong>{{graphics.NO_SCHEMA}}</strong></p>
@@ -44,7 +44,7 @@ <h1>Methodology Dashboard</h1>
4444
<div class="row p-4" style="text-align: center;">
4545
<div class="col-sm-10" >
4646
<div class="card border-danger mb-3">
47-
<div class="card-header text-center text-danger"><h3 style="text-align:center">Error when connecting to LIMS</h3> </div>
47+
<div class="card-header text-center text-danger"><h3 style="text-align:center">Error connecting to LIMS</h3> </div>
4848
<div class="card-body text-center">
4949
<p><strong>{{graphics.ERROR}}</strong></p>
5050
</div> <!-- end card body -->
@@ -57,7 +57,7 @@ <h1>Methodology Dashboard</h1>
5757
<div class="row p-4" style="text-align: center;">
5858
<div class="col-sm-10" >
5959
<div class="card border-danger mb-3">
60-
<div class="card-header text-center text-danger"><h3 style="text-align:center">No Bio Analysis data</h3> </div>
60+
<div class="card-header text-center text-danger"><h3 style="text-align:center">No Bioinformatics Analysis Data Available</h3> </div>
6161
<div class="card-body text-center">
6262
<br>
6363
<p><strong>{{graphics.ERROR_ANALYSIS}}</strong></p>
@@ -75,7 +75,7 @@ <h1>Methodology Dashboard</h1>
7575
<div class="col-sm-4">
7676
{% if graphics.ERROR %}
7777
<div class="card-body text-center text-danger">
78-
<p>Metadata filled values </p>
78+
<p>Completed fields in metadata </p>
7979
<p>Unable to fetch data from LIMS</p>
8080
</div> <!-- end card body -->
8181
{% else %}
@@ -86,7 +86,7 @@ <h1>Methodology Dashboard</h1>
8686
{% if graphics.ERROR_ANALYSIS %}
8787
<div class="card-body text-center text-danger">
8888
<br>
89-
<p>No Bioinformatics analysis data</p>
89+
<p>No Bioinformatics Analysis data</p>
9090
</div> <!-- end card body -->
9191
{% else %}
9292
{% plotly_app name="bio_filled_values" ratio=1.2 %}

0 commit comments

Comments
 (0)