diff options
Diffstat (limited to 'template')
-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> |