diff --git a/uc_roles/uc_roles.rules.inc b/uc_roles/uc_roles.rules.inc
index 6f5bdef..1accbd5 100644
--- a/uc_roles/uc_roles.rules.inc
+++ b/uc_roles/uc_roles.rules.inc
@@ -282,7 +282,7 @@ function uc_roles_action_user_email($account, $role_expiration, $from, $addresse
   // Token replacements for the subject and body
   $settings['replacements'] = array(
     'user' => $account,
-    'uc_roles' => $role_expiration,
+    'uc_role' => $role_expiration,
   );
 
   // Replace tokens and parse recipients.
