aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-10-16 13:14:18 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-16 13:14:18 +0200
commitf934eb981e21f9eecca6d944b77dd7a07c74eb06 (patch)
treefeaea2e68525282682acac5955e7c60ff6858f76 /app/views
parentc23702eaa5d61aa83b47023d118ebb905d39ccd6 (diff)
fix (#3888)
Diffstat (limited to 'app/views')
-rw-r--r--app/views/subscription/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml
index 9cbac1bbb..0d58b5436 100644
--- a/app/views/subscription/index.phtml
+++ b/app/views/subscription/index.phtml
@@ -55,7 +55,7 @@
<?php }
} else {
?>
- <li class="item disabled" dropzone="move"><?= _t('sub.category.empty') ?></li>
+ <li class="item feed disabled" dropzone="move"><div class="alert-warn"><?= _t('sub.category.empty') ?></div></li>
<?php } ?>
</ul>
</div>