From 9e452f9f66c69114cd7ffb06506a8321412ab832 Mon Sep 17 00:00:00 2001
From: Paul Makles <paulmakles@gmail.com>
Date: Sun, 7 Feb 2021 19:02:17 +0000
Subject: [PATCH] Add notification strings.

---
 en.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/en.json b/en.json
index cd31cf7..2fe2dfa 100644
--- a/en.json
+++ b/en.json
@@ -170,6 +170,10 @@
         "nextWeek": "dddd [at] LT",
         "sameElse": "L"
     },
+    "notifications": {
+        "sent_request": "@{{person}} sent you a friend request.",
+        "now_friends": "You are now friends with @{{person}}!"
+    },
     "error": {
         "unlabelled": "Something happened.",
         "failed_validation": "Failed to validate fields.",
-- 
GitLab