diff options
author | emkael <emkael@tlen.pl> | 2017-01-06 03:09:21 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-01-06 03:09:21 +0100 |
commit | 7622060916c22daa0a12261756797cbf8c17ec03 (patch) | |
tree | bacff713397e4b171184d4ea9859e63a957b9d07 /template/table.html | |
parent | 7303742fef4f593c478ba4061a5a0e63ce768974 (diff) |
Missing translation
Diffstat (limited to 'template/table.html')
-rw-r--r-- | template/table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/table.html b/template/table.html index 06e5479..4b29c79 100644 --- a/template/table.html +++ b/template/table.html @@ -43,7 +43,7 @@ <td class="bdnt12" colspan="{{segment_limit+5}}"> {{"NORMALIZED_CLASSIFICATION"|translate}} {% if percent_threshold > 0 %} - <small><br />{{"PLAYERS_WITHOUT_CHANCES"|translate}}{{percent_threshold}}%</small> + <small><br />{{"PLAYERS_WITHOUT_CHANCES"|translate}}{{percent_threshold}}{{"PERCENT"|translate}}</small> {% endif %} </td> </tr> |