summaryrefslogtreecommitdiff
path: root/src/web/app/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/app/common')
-rw-r--r--src/web/app/common/tags/authorized-apps.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/tags/authorized-apps.tag b/src/web/app/common/tags/authorized-apps.tag
index 3f3714332e..0594032de6 100644
--- a/src/web/app/common/tags/authorized-apps.tag
+++ b/src/web/app/common/tags/authorized-apps.tag
@@ -1,6 +1,6 @@
<mk-authorized-apps>
<div class="none ui info" if={ !fetching && apps.length == 0 }>
- <p>%i18n:common.tags.mk-authorized-apps.no-apps%</p>
+ <p>%fa:info-circle%%i18n:common.tags.mk-authorized-apps.no-apps%</p>
</div>
<div class="apps" if={ apps.length != 0 }>
<div each={ app in apps }>