diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php
index cd3b53d03dbf..22f2f6f1d2e8 100644
--- a/resources/lang/en/texts.php
+++ b/resources/lang/en/texts.php
@@ -3114,18 +3114,13 @@ $LANG = array(
'cycles_remaining' => 'Cycles remaining',
'i_understand_delete' => 'I understand, delete',
-
-
'download_files' => 'Download Files',
'download_timeframe' => 'Use this link to download your files, the link will expire in 1 hour.',
'new_signup' => 'New Signup',
- 'new_signup_text' => 'A new account has been created by :user - :email - from IP address: :ip'
-
-
-
-
+ 'new_signup_text' => 'A new account has been created by :user - :email - from IP address: :ip',
+ 'email_link_not_working' => 'If button above isn\'t working for you, please click on the link',
);
return $LANG;
diff --git a/resources/views/email/components/button.blade.php b/resources/views/email/components/button.blade.php
index 95a82e4dbd27..2a836e71c0f5 100644
--- a/resources/views/email/components/button.blade.php
+++ b/resources/views/email/components/button.blade.php
@@ -1,5 +1,10 @@
-
-
-
\ No newline at end of file
+
+@endisset
\ No newline at end of file
diff --git a/resources/views/email/components/header.blade.php b/resources/views/email/components/header.blade.php
index ff5a6c4568d7..fbbf61602c2a 100644
--- a/resources/views/email/components/header.blade.php
+++ b/resources/views/email/components/header.blade.php
@@ -1,11 +1,15 @@
-
- @isset($image)
-
- @endisset
-
{{ $slot }}
-
- @isset($p)
- {{ $p }}
- @endisset
-
+
+ @isset($logo)
+
+ @endisset
+
+
+
+
+
+ {{ $slot }}
+
+ @isset($p)
+
{{ $p }}
+ @endisset
\ No newline at end of file
diff --git a/resources/views/email/components/layout-dark.blade.php b/resources/views/email/components/layout-dark.blade.php
deleted file mode 100644
index a8d2a7f4535f..000000000000
--- a/resources/views/email/components/layout-dark.blade.php
+++ /dev/null
@@ -1,498 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-