diff --git a/app/dashboard/templates/dashboard/custom_domain.html b/app/dashboard/templates/dashboard/custom_domain.html
index a03047db..edab5c1d 100644
--- a/app/dashboard/templates/dashboard/custom_domain.html
+++ b/app/dashboard/templates/dashboard/custom_domain.html
@@ -31,42 +31,45 @@
You could also enable catch-all feature that allows you to create aliases on-the-fly.
- Directory name must be at least 3 characters.
- Only lowercase letter, number, dash (-), underscore (_) can be used.
-
+
New Directory
{{ new_dir_form.name(class="form-control", placeholder="my-directory",
pattern="[0-9a-z-_]{3,}",
title="Only letter, number, dash (-), underscore (_) can be used. Directory name must be at least 3 characters.") }}
{{ render_field_errors(new_dir_form.name) }}
+
+ Directory name must be at least 3 characters.
+ Only lowercase letter, number, dash (-), underscore (_) can be used.
+
+
@@ -117,7 +118,7 @@
let that = $(this);
let message = `All aliases associated with ${directory} directory will also be deleted, ` +
- " please confirm.";
+ " please confirm.";
bootbox.confirm({
message: message,
diff --git a/app/dashboard/templates/dashboard/mailbox.html b/app/dashboard/templates/dashboard/mailbox.html
index 99075f25..4abb7873 100644
--- a/app/dashboard/templates/dashboard/mailbox.html
+++ b/app/dashboard/templates/dashboard/mailbox.html
@@ -34,88 +34,89 @@
if you want to create aliases for your buddy.
+ A verification email will be sent to this email address.
+
+
Create
@@ -131,7 +132,7 @@
let that = $(this);
let message = `All aliases owned by this mailbox ${mailbox} will be also deleted, ` +
- " please confirm.";
+ " please confirm.";
bootbox.confirm({
message: message,