diff --git a/app/Notifications/LicenseKeyGenerated.php b/app/Notifications/LicenseKeyGenerated.php
index 6e2efc99..c1e627c5 100644
--- a/app/Notifications/LicenseKeyGenerated.php
+++ b/app/Notifications/LicenseKeyGenerated.php
@@ -37,7 +37,7 @@ public function toMail(object $notifiable): MailMessage
return (new MailMessage)
->subject('Your NativePHP License Key')
->greeting($greeting)
- ->line('Thank you for purchasing a license for the early access program of mobile NativePHP.')
+ ->line('Thank you for purchasing a NativePHP for Mobile license.')
->line('Your license key is:')
->line("**{$this->licenseKey}**")
->line('When prompted by Composer, use your email address as the username and this license key as the password.')
diff --git a/resources/views/components/eap-banner.blade.php b/resources/views/components/eap-banner.blade.php
index 3bf15dbb..e69de29b 100644
--- a/resources/views/components/eap-banner.blade.php
+++ b/resources/views/components/eap-banner.blade.php
@@ -1,59 +0,0 @@
-
-