From 43e346d09ae32effed12733a3fa47423e416adcd Mon Sep 17 00:00:00 2001
From: ngxson
Date: Sun, 3 Oct 2021 14:15:09 +0200
Subject: [PATCH] ReverseAlias: reorder infomation
---
src/popup/components/ReverseAlias.vue | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/popup/components/ReverseAlias.vue b/src/popup/components/ReverseAlias.vue
index d427b9a..c938449 100644
--- a/src/popup/components/ReverseAlias.vue
+++ b/src/popup/components/ReverseAlias.vue
@@ -53,15 +53,17 @@
- Emails sent to this address will be forwarded to
- {{ createdReverseAlias.contact }}. The receiver will see {{ alias.email }} as your email.
- You can use this reverse-alias from one of these mailbox(es):
-
+ You can send email from one of these mailbox(es):
+
+ The email will be forwarded to
+ {{ createdReverseAlias.contact }}.
+ The receiver will see {{ alias.email }} as your email
+ address.