From 9ace4100bca31e5ff9ad390e67ec41b5d9a22a56 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 13 Sep 2017 17:36:48 +0100 Subject: [PATCH] better pronoun --- app/Services/ActivityStreamsService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/ActivityStreamsService.php b/app/Services/ActivityStreamsService.php index 0a40ae61..51806ebd 100644 --- a/app/Services/ActivityStreamsService.php +++ b/app/Services/ActivityStreamsService.php @@ -23,7 +23,7 @@ class ActivityStreamsService { $data = json_encode([ '@context' => 'https://www.w3.org/ns/activitystreams', - 'summary' => strtok(config('user.displayname'), ' ') . ' added a note to his microblog', + 'summary' => strtok(config('user.displayname'), ' ') . ' added a note to their microblog', 'type' => 'Add', 'published' => $note->updated_at->toW3cString(), 'actor' => [