From b22f9169557f7cdbc831d615cc165c28eb9b4068 Mon Sep 17 00:00:00 2001 From: Paul <paulmakles@gmail.com> Date: Fri, 19 Mar 2021 17:51:07 +0000 Subject: [PATCH] Add strings. --- en.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/en.json b/en.json index 3fcb174..75a734d 100644 --- a/en.json +++ b/en.json @@ -132,6 +132,9 @@ "language": { "title": "Language" }, + "donate": { + "title": "Donate" + }, "logOut": "Log Out" } }, @@ -243,6 +246,8 @@ "now_friends": "You are now friends with @{{person}}!" }, "error": { + "network_error": "Network error.", + "unauthorized": "Unauthorized.", "unlabelled": "Something happened.", "failed_validation": "Failed to validate fields.", "database_error": "Database error.", -- GitLab