From 98aa5e3405480b64b9866bcf75fd51cf230e75ba Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Sat, 27 Feb 2021 17:34:47 +0000
Subject: [PATCH] Add strings.

---
 en.json | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/en.json b/en.json
index 5836b85..3beea3f 100644
--- a/en.json
+++ b/en.json
@@ -118,7 +118,14 @@
                     "title": "Notifications",
                     "enable_desktop": "Enable Desktop Notifications.",
                     "enable_push": "Enable Push Notifications.",
-                    "enable_sound": "Play Sound on Message."
+                    "enable_sound": "Play Sound on Message.",
+                    "enable_outgoing_sound": "Play Send Sound.",
+                    "descriptions": {
+                        "enable_desktop": "This will give you notifications while your app is open.",
+                        "enable_push": "Enable to receive notifications when you're offline.",
+                        "enable_sound": "Enable for incoming message sounds.",
+                        "enable_outgoing_sound": "Enable to play sound when you send a message."
+                    }
                 },
                 "language": {
                     "title": "Language"
-- 
GitLab