summaryrefslogtreecommitdiff
path: root/src/client/app/common/views/components/error.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/common/views/components/error.vue')
-rw-r--r--src/client/app/common/views/components/error.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/error.vue b/src/client/app/common/views/components/error.vue
index 7381cf5376..902e4f31d4 100644
--- a/src/client/app/common/views/components/error.vue
+++ b/src/client/app/common/views/components/error.vue
@@ -1,6 +1,6 @@
<template>
<div class="wjqjnyhzogztorhrdgcpqlkxhkmuetgj">
- <p>%fa:exclamation-triangle% %i18n:common.error.title%</p>
+ <p><fa icon="exclamation-triangle"/> %i18n:common.error.title%</p>
<ui-button @click="() => $emit('retry')">%i18n:common.error.retry%</ui-button>
</div>
</template>