Skip to content

Commit

Permalink
Merge pull request #45 from lfai/revert-41-update-class-names
Browse files Browse the repository at this point in the history
Revert "Update class names"
  • Loading branch information
lehors authored Nov 8, 2024
2 parents fdb5224 + d97a982 commit 3cfd302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/modules/mof/src/ModelEvaluator.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ public function getClassLabel(int $class): TranslatableMarkup {
return $this->t('Unclassified');

case 1:
return $this->t('Class I - Open Science Model');
return $this->t('Class I - Open Science');

case 2:
return $this->t('Class II - Open Tooling Model');
return $this->t('Class II - Open Tooling');

case 3:
return $this->t('Class III - Open Source Model');
return $this->t('Class III - Open Model');

case -1:
return $this->t('Pending evaluation');
Expand Down

0 comments on commit 3cfd302

Please sign in to comment.