Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWt committed Oct 15, 2024
1 parent 52f21ec commit f1136c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class CompetencyManagementComponent implements OnInit, OnDestroy {
}

/**
* Loads all data for the competency management: Prerequisites, competencies (with average course progress)
* Loads all data for the competency management: Prerequisites and competencies (with average course progress)
*/
async loadData() {
try {
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/i18n/en/competency.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"deleteRelationButtonLabel": "Delete Relation",
"updateRelationButtonLabel": "Update Relation",
"createRelationButtonLabel": "Create Relation",
"cyclicDependencyError": "The selected relation can not be created as it would create a circular dependency"
"cyclicDependencyError": "You cannot create a cyclic dependency between course competencies."
},
"graph": {
"nodeTypes": {
Expand Down

0 comments on commit f1136c2

Please sign in to comment.