From 4f710f9d81c85d9ccdd00ffd66fbad022be4a344 Mon Sep 17 00:00:00 2001 From: Paul Makles <paulmakles@gmail.com> Date: Fri, 29 Jan 2021 14:48:43 +0000 Subject: [PATCH] Add strings relating to settings. --- en.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/en.json b/en.json index 4649880..a3686f3 100644 --- a/en.json +++ b/en.json @@ -55,6 +55,24 @@ "message_who": "Message {{person}}" } }, + "settings": { + "categories": { + "user_settings": "User Settings", + "client_settings": "Client Settings" + }, + "pages": { + "account": { + "title": "My Account" + }, + "sessions": { + "title": "Sessions" + }, + "appearance": { + "title": "Appearance" + }, + "logOut": "Log Out" + } + }, "special": { "friends": { "pending": "Pending", -- GitLab