From d0289631360b71619393181becb5b40536e320ca Mon Sep 17 00:00:00 2001 From: Paul <paulmakles@gmail.com> Date: Fri, 19 Feb 2021 19:39:35 +0000 Subject: [PATCH] Add strings. --- en.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/en.json b/en.json index 61d5b47..5836b85 100644 --- a/en.json +++ b/en.json @@ -173,6 +173,15 @@ "cancel": "Cancel" } }, + "popovers": { + "user_profile": { + "profile": "Profile", + "mutual_friends": "Mutual Friends", + "mutual_groups": "Mutual Groups", + "no_users": "No mutual friends!", + "no_groups": "No mutual groups!" + } + }, "requires_online": "You need to be online to view this." }, "context_menu": { -- GitLab