diff --git a/application/views/dashboard/index.php b/application/views/dashboard/index.php
index 1f8a4c721..c2b317421 100644
--- a/application/views/dashboard/index.php
+++ b/application/views/dashboard/index.php
@@ -355,13 +355,13 @@ function getDistance($distance) {
| = __("Sent"); ?> |
|
- |
+ ".$qsl_sent_today."" : "0"; ?> |
| = __("Received"); ?> |
|
- |
+ ".$qsl_rcvd_today."" : "0"; ?> |
@@ -382,13 +382,13 @@ function getDistance($distance) {
| = __("Sent"); ?> |
|
- |
+ ".$lotw_sent_today."" : "0"; ?> |
| = __("Received"); ?> |
|
- |
+ ".$lotw_rcvd_today."" : "0"; ?> |
@@ -403,13 +403,13 @@ function getDistance($distance) {
| = __("Sent"); ?> |
|
- |
+ ".$eqsl_sent_today."" : "0"; ?> |
| = __("Received"); ?> |
|
- |
+ ".$eqsl_rcvd_today."" : "0"; ?> |
@@ -424,13 +424,13 @@ function getDistance($distance) {
| = __("Sent"); ?> |
|
- |
+ ".$qrz_sent_today."" : "0"; ?> |
| = __("Received"); ?> |
|
- |
+ ".$qrz_rcvd_today."" : "0"; ?> |