From b69ab39c9e5e5f5707aa19b4be8c1e8adb9bf922 Mon Sep 17 00:00:00 2001
From: Paul Makles <paulmakles@gmail.com>
Date: Fri, 10 Jul 2020 17:11:57 +0100
Subject: [PATCH] Add new strings.

---
 en.json | 5 +++--
 pl.json | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/en.json b/en.json
index 1bd8c82..762c330 100644
--- a/en.json
+++ b/en.json
@@ -28,14 +28,15 @@
         "navigation": {
             "tabs": {
                 "home": "Home",
-                "friends": "Home",
+                "friends": "Friends",
                 "unreads": "Unreads"
             }
         },
         "main": {
             "categories": {
                 "conversations": "Conversations",
-                "channels": "Channels"
+                "channels": "Channels",
+                "members": "Members"
             },
             "channel": {
                 "message": "Message {{name}}"
diff --git a/pl.json b/pl.json
index e09b524..090e596 100644
--- a/pl.json
+++ b/pl.json
@@ -35,7 +35,8 @@
         "main": {
             "categories": {
                 "conversations": "Konwersacje",
-                "channels": "Kanały"
+                "channels": "Kanały",
+                "members": "Członkowie"
             },
             "channel": {
                 "message": "Wyslij do {{name}}"
-- 
GitLab