From 1de8dafd43cabc9cbf419ff1c7b3720ff414fd67 Mon Sep 17 00:00:00 2001
From: spennythug <spencermccoy@unl.edu>
Date: Mon, 7 Mar 2016 14:37:10 -0600
Subject: [PATCH] fixing my dumbness :(

---
 plugins/friend_request/languages/en.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/friend_request/languages/en.php b/plugins/friend_request/languages/en.php
index 6e9a298d..0cff9432 100755
--- a/plugins/friend_request/languages/en.php
+++ b/plugins/friend_request/languages/en.php
@@ -14,14 +14,14 @@ return [
 	
 	// notifications
 	'friend_request:newfriend:subject' => "%s wants to be your friend!",
-	'friend_request:newfriend:body' => "%s wants to be your friend! %s is waiting for you to approve the request...so login now so you can approve the request!
+	'friend_request:newfriend:body' => "%s wants to be your friend! But they are waiting for you to approve the request...so login now so you can approve the request!
 
 You can view your pending friend requests at:
 %s
 
 Make sure you are logged into the website before clicking on the following link otherwise you will be redirected to the login page.
 
-Please do not reply to this email. Your reply will not be seen.",
+(You cannot reply to this email.)",
 		
 	// Actions
 	// Add request
-- 
GitLab