Skip to content

Commit

Permalink
Status Wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
famaladoss committed May 28, 2024
1 parent 23e9792 commit 385a561
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/components/console/console.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2 class="has-text-weight-bold">
<ng-template #noCuration>
<span
class="tag not-curated"
>{{ study.status }} - Not Curated
>{{ study.status }} - Unreviewed
</span>
</ng-template>
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/public/study/study.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<div class="message-body">
<p>
<mat-icon class="mat-icon material-icons">info</mat-icon>
This study ({{ requestedStudy }}) is publicly accessible upon request from the submitter(s). It <b><u>is not curated</u></b> by MetaboLights team, however it passes the minimum validation requirements of MetaboLights.
This study ({{ requestedStudy }}) is public upon request from the submitter(s). It <b><u>is not curated</u></b> by MetaboLights team but does pass the minimum validation requirements of MetaboLights.
<br/>
<br/>
If you have comments or suggestions, please get in touch with the submitter(s) or MetaboLights team (<b>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/study/status/status.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<span class="tag clickable not-curated" (click)="openModal()">
{{
status
}} - Not Curated
}} - Unreviewed
</span>
</ng-template>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/study/study.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<div class="message-body">
<p>
<mat-icon class="mat-icon material-icons">info</mat-icon>
Your study ({{ requestedStudy }}) is publicly accessible. It <b><u>is not curated</u></b> by MetaboLights team, however it passes the minimum validation requirements of MetaboLights.
Your study ({{ requestedStudy }}) is public upon request from the submitter(s). It <b><u>is not curated</u></b> by MetaboLights team but does pass the minimum validation requirements of MetaboLights.
<br/>
<br/>
If you have comments or suggestions, please get in touch with MetaboLights team (<b>
Expand Down

0 comments on commit 385a561

Please sign in to comment.