diff --git a/app/dashboard/templates/dashboard/directory.html b/app/dashboard/templates/dashboard/directory.html
index a07b8a22..578ad338 100644
--- a/app/dashboard/templates/dashboard/directory.html
+++ b/app/dashboard/templates/dashboard/directory.html
@@ -19,13 +19,19 @@
Directory allows you to create aliases
on the fly. Simply use
- directory/anything@{{ EMAIL_DOMAIN }} or
- directory+anything@{{ EMAIL_DOMAIN }} or
- directory#anything@{{ EMAIL_DOMAIN }}
+ your_directory/anything@{{ EMAIL_DOMAIN }} or
+ your_directory+anything@{{ EMAIL_DOMAIN }} or
+ your_directory#anything@{{ EMAIL_DOMAIN }}
next time you need an email address.
anything could really be anything, it's up to you to invent the most creative alias đ.
- The alias will be created the first time it receives an email.
+
your_directory is the name of one of your directories.
+
+
+ âšī¸
+ The alias will be created the first time it receives an email.
+
+
{% for dir in dirs %}