diff --git a/frontend/views/site/comments.php b/frontend/views/site/comments.php
index d5b6b6e..e4d8afc 100644
--- a/frontend/views/site/comments.php
+++ b/frontend/views/site/comments.php
@@ -27,7 +27,9 @@
- = $data[$service_id] . ' - ' . \Yii::t('app', 'Callbacks') ?>
+ = ($service_id == 0) ? $data[''] . ' - ' . \Yii::t('app', 'Callbacks') :
+ $data[$service_id] . ' - ' . \Yii::t('app', 'Callbacks')
+ ?>
--
libgit2 0.21.4