diff --git a/modules/core/client/views/header.client.view.html b/modules/core/client/views/header.client.view.html
index f08f74b6..c93334cd 100644
--- a/modules/core/client/views/header.client.view.html
+++ b/modules/core/client/views/header.client.view.html
@@ -32,7 +32,7 @@
-
- {{'TABLE_FIELDS.RATIO' | translate}}: {{vm.authentication.user.ratio}},
+ {{'TABLE_FIELDS.RATIO' | translate}}: {{vm.authentication.user.ratio | ratio}},
{{'TABLE_FIELDS.LEVEL' | translate}}: {{vm.scoreLevelData.currLevel}},
{{'TABLE_FIELDS.SEEDED' | translate}}: {{vm.authentication.user.seeded}},
{{'TABLE_FIELDS.LEECHED' | translate}}: {{vm.authentication.user.leeched}}