keyboard: uniform title syntax
[sheet.git] / keyboard.plp
index e4ba72da23a61720a847b547989228d404f9dd0b..a2c2f2e95e3afcbd51abc87c96425e5a7ecf46d4 100644 (file)
@@ -43,7 +43,7 @@ Html({
        '404 request not found',
 );
 
-say "<h1>$mode cheat sheet</h1>";
+say "<h1>$mode keyboard</h1>";
 say "<p>$_</p>" for $info->{intro} // ();
 say "<h2>", $info->{mode}->{''}, " (default)</h2>"
        if $info->{mode} and %{ $info->{mode} } > 1;