From 664261f483449d7743f72ee86b65507bd1424e5d Mon Sep 17 00:00:00 2001
From: Paul Makles <paulmakles@gmail.com>
Date: Sun, 17 Jan 2021 21:41:18 +0000
Subject: [PATCH] Add strings.

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

diff --git a/en.json b/en.json
index c30747c..7b3e818 100644
--- a/en.json
+++ b/en.json
@@ -71,10 +71,16 @@
                     "copy": "Manual Copy:"
                 },
                 "signed_out": "You were signed out!",
+                "onboarding": {
+                    "welcome": "Welcome to REVOLT!",
+                    "pick": "Please pick a username."
+                },
                 "actions": {
                     "ok": "Ok",
                     "close": "Close",
-                    "reload": "Reload App"
+                    "reload": "Reload App",
+                    "continue": "Continue",
+                    "cancel": "Cancel"
                 }
             },
             "requires_online": "You need to be online to view this."
-- 
GitLab