diff --git a/src/components/PhishingWarning.vue b/src/components/PhishingWarning.vue
index 908aab62e1..18a1001ae2 100644
--- a/src/components/PhishingWarning.vue
+++ b/src/components/PhishingWarning.vue
@@ -6,7 +6,7 @@
- This email might be a phishing attempt
+ {{ t('mail','This email might be a phishing attempt') }}
-
@@ -19,7 +19,9 @@
- - href: {{ link.href }} : {{ t('mail','link text') }} {{ link.linkText }}
+ -
+ href: {{ link.href }} {{ t('mail','link text') }}: {{ link.linkText }}
+
@@ -63,7 +65,7 @@ export default {
.phishing-warning {
background-color:rgba(var(--color-warning-rgb), 0.2);
border-radius: var(--border-radius);
- text-align: left;
+ text-align: start;
padding: 8px;
margin: calc(var(--default-grid-baseline) * 2);
&__title {