From 09552152104d689b5f47c6f3ffd35f179a44ad44 Mon Sep 17 00:00:00 2001 From: Paul <paulmakles@gmail.com> Date: Tue, 1 Jun 2021 13:25:58 +0100 Subject: [PATCH] Add strings. --- en.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/en.json b/en.json index c33d19c..b1389ac 100644 --- a/en.json +++ b/en.json @@ -187,6 +187,15 @@ "title": "Language", "select": "Select your language" }, + "sync": { + "title": "Sync", + "categories": "Sync Categories", + "descriptions": { + "appearance": "This will sync options such as emoji packs and message density.", + "theme": "This will sync your chosen theme, colours and any custom CSS.", + "locale": "This will sync your currently chosen language." + } + }, "donate": { "title": "Donate" }, -- GitLab