From 886c878f48628f605ba0a02bc7b02c80cfb85125 Mon Sep 17 00:00:00 2001 From: Magnus Lundqvist Date: Thu, 4 Apr 2024 06:18:37 +0200 Subject: [PATCH] Update sv.json & added translation in ContactList.tsx --- .../contacts/components/List/ContactList.tsx | 4 +- apps/phone/src/locale/en.json | 2 + apps/phone/src/locale/sv.json | 64 ++++++++++++------- 3 files changed, 46 insertions(+), 24 deletions(-) diff --git a/apps/phone/src/apps/contacts/components/List/ContactList.tsx b/apps/phone/src/apps/contacts/components/List/ContactList.tsx index 7f787dbef..3f82a6776 100644 --- a/apps/phone/src/apps/contacts/components/List/ContactList.tsx +++ b/apps/phone/src/apps/contacts/components/List/ContactList.tsx @@ -116,7 +116,7 @@ const SelfContact = ({number, avatar}: {number: string, avatar:string}) => { )}

- My Number + {t('CONTACTS.MY_NUMBER')}

{number}

@@ -130,7 +130,7 @@ const SelfContact = ({number, avatar}: {number: string, avatar:string}) => { - +