Skip to content

Commit c906c16

Browse files
authored
chane name
1 parent 822f2f0 commit c906c16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ function build_table_tooltip($array, $headerWeight = 2) {
229229
if (IS_SHOW_EVIDENCE_TODO || $evidenceContent != "TODO")
230230
$html .= "<div><b>" . "Evidence" . ":</b> " . $evidenceContent . "</div>";
231231
$html .= "<hr />";
232-
$html .= "<h$headerWeight>Usefullness and Ease of the Implementation</h$headerWeight>";
232+
$html .= "<h$headerWeight>Usefulness and Requirements of this Activitiy"</h$headerWeight>";
233233
$html .= "<div><b>Usefullness:</b> " . ucfirst($mapUsefulness[$array['usefulness'] - 1]) . "</div>";
234234
$html .= "<div><b>Required knowledge:</b> " . ucfirst($mapKnowLedge[$array['difficultyOfImplementation']['knowledge'] - 1]) . "</div>";
235235
$html .= "<div><b>Required time:</b> " . ucfirst($mapTime[$array['difficultyOfImplementation']['time'] - 1]) . "</div>";

0 commit comments

Comments
 (0)