chiark / gitweb /
Improve installation instructions re git etc.
[ypp-sc-tools.db-live.git] / yarrg / web / check_lossperleague
index aaeb5b0cf381ba124fe0c1354520a57de6e680b5..5994f6fdd8373831c1402499a5de0f7ddbc02fa7 100644 (file)
@@ -48,7 +48,7 @@ s/^\s+//; s/\s+$//;
 my $res= sub {
        my ($pct,$str) = @_;
        push @{ $h->{Results} }, [ $pct ];
-       ${ $h->{Canon} }= "Considering expected losses of $str per league";
+       ${ $h->{Canon} }= "$str per league";
 };
 
 if (!m/\S/) {