Skip to content

Commit 3129290

Browse files
committed
change titles to adaption
1 parent 1560aa3 commit 3129290

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

head.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
textdomain ( $domain );
6262
function getTableHeader() {
6363
$headers = array (
64-
gettext ( "Dimension" ),
65-
gettext ( "Sub-Dimension" ),
66-
gettext ( "Level 1: Basic understanding of security practices" ),
67-
gettext ( "Level 2: Understanding of security practices" ),
68-
gettext ( "Level 3: High understanding of security practices" ),
69-
gettext ( "Level 4: Advanced understanding of security practices at scale" )
64+
"Dimension",
65+
"Sub-Dimension",
66+
"Level 1: Basic understanding of security practices" ,
67+
"Level 2: Adoption of basic security practices",
68+
"Level 3: High adoption of security practices",
69+
"Level 4: Advanced deployment of security practices at scale"
7070
);
7171
$headerContent = "<thead class=\"thead-default\"><tr>";
7272
foreach ( $headers as $header ) {

0 commit comments

Comments
 (0)