Skip to content

Commit 0e5415e

Browse files
committed
Fix shortcut
1 parent 12b7b01 commit 0e5415e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/example.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ function replaceSubdimensionName(name) {
4343
.replace("Infrastructure", "Infra.")
4444
.replace("Application", "App.")
4545
.replace("Education", "Edu.")
46-
.replace("Management", "Education.")
46+
.replace("Management", "Mgmt.")
4747
;
48-
}
48+
}

0 commit comments

Comments
 (0)