From 36a9e514751faabb3b1e857eea3a409a772c1ec1 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Mon, 7 Apr 2014 11:01:37 -0500
Subject: [PATCH] Fixup context issue on staff registration email

---
 include/i18n/en_US/templates/page/registration-staff.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/i18n/en_US/templates/page/registration-staff.yaml b/include/i18n/en_US/templates/page/registration-staff.yaml
index c544a06f0..dcf6056fd 100644
--- a/include/i18n/en_US/templates/page/registration-staff.yaml
+++ b/include/i18n/en_US/templates/page/registration-staff.yaml
@@ -10,7 +10,7 @@ notes: >
     for them in the staff control panel
 name: "Welcome to osTicket"
 body: >
-    <h3><strong>Hi %{user.name.first},</strong></h3>
+    <h3><strong>Hi %{recipient.name.first},</strong></h3>
     We've created an account for you at our help desk at %{url}.<br />
     <br />
     Please follow the link below to confirm your account and gain access to
-- 
GitLab