diff --git a/app/Http/Controllers/Moons/MoonsAdminController.php b/app/Http/Controllers/Moons/MoonsAdminController.php
index e8bc13a8d..d34ca6d8c 100644
--- a/app/Http/Controllers/Moons/MoonsAdminController.php
+++ b/app/Http/Controllers/Moons/MoonsAdminController.php
@@ -93,7 +93,7 @@ class MoonsAdminController extends Controller
//Send an eve mail to the requestor stating they can set a moon up.
//Setup the mail body
- $body = 'The moon request for ' . $request->System . ' - ' . $request->Planet . ' - ' . $request->Moon . ' has changed status.
';
+ $body = 'The moon request for ' . $request->system . ' - ' . $request->planet . ' - ' . $request->moon . ' has changed status.
';
$body .= 'The request has been ' . $request->status . '.
';
$body .= 'Please contact the FC Team should it be necessary to arrange a fleet to cover the structure drop.
';
$body .= 'Sincerely,
';