Skip to content

Commit 68d691e

Browse files
committed
fixed label
1 parent ef0e545 commit 68d691e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/component/task-description/task-description.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ export class TaskDescriptionComponent implements OnInit {
7070
rowIndex: number = 0;
7171
markdown: md = md();
7272
SAMMVersion: string = 'OWASP SAMM VERSION 2';
73-
ISOVersion: string = 'ISO27001 2017';
74-
ISO22Version: string = 'ISO27001 2022';
73+
ISOVersion: string = 'ISO 27001:2017';
74+
ISO22Version: string = 'ISO 27001:2022';
7575
@ViewChildren(MatAccordion) accordion!: QueryList<MatAccordion>;
7676
constructor(private route: ActivatedRoute, private yaml: ymlService) {}
7777

0 commit comments

Comments
 (0)