From 5cacbd7f274ad9093bcef2c578c70dd1dbdca8b0 Mon Sep 17 00:00:00 2001
From: Paul Makles <paulmakles@gmail.com>
Date: Sat, 30 Jan 2021 11:58:27 +0000
Subject: [PATCH] Localise settings pages.

---
 en.json | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/en.json b/en.json
index 91fe528..e5d688d 100644
--- a/en.json
+++ b/en.json
@@ -66,10 +66,16 @@
                     "title": "My Account"
                 },
                 "sessions": {
-                    "title": "Sessions"
+                    "title": "Sessions",
+                    "this_device": "This Device",
+                    "created": "Created {{time_ago}}"
                 },
                 "appearance": {
-                    "title": "Appearance"
+                    "title": "Appearance",
+                    "overrides": "Theme Overrides",
+                    "reset_overrides": "Reset overrides.",
+                    "export_clipboard": "Export to clipboard.",
+                    "import_clipboard": "Import from clipboard."
                 },
                 "logOut": "Log Out"
             }
-- 
GitLab