diff --git a/frontend/src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html b/frontend/src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html index 9cdd6d70b..5e8aa729a 100644 --- a/frontend/src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html +++ b/frontend/src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html @@ -17,7 +17,7 @@
-
Success rate
+
Success Rate
{{ stats.successRate.toFixed(2) }} %
mined
@@ -43,7 +43,7 @@
-
Success rate
+
Success Rate
diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf index 3d3e95ce5..603876b35 100644 --- a/frontend/src/locale/messages.xlf +++ b/frontend/src/locale/messages.xlf @@ -1762,8 +1762,8 @@ BTC shared.btc - - Success rate + + Success Rate src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html 20