From dc8b021759fc16d6ded3f95913f0c564f87b0563 Mon Sep 17 00:00:00 2001 From: Abhishek P Anil Date: Thu, 23 May 2024 12:43:58 +0530 Subject: [PATCH] fix: corrected the key for edit in orgs readonly --- src/locales/en/translationEn.json | 1 - src/locales/fr/transalationFr.json | 2 +- .../Dashboard/OrganizationsReadOnly/OrganizationsReadOnly.jsx | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/locales/en/translationEn.json b/src/locales/en/translationEn.json index eb13f5359..4d4070aa7 100644 --- a/src/locales/en/translationEn.json +++ b/src/locales/en/translationEn.json @@ -493,7 +493,6 @@ "memberOf": "Member of", "location": "Location", "edit": "Edit", - "Edit": "Edit", "socialMediaLinks": "Social media links" }, "createNew": { diff --git a/src/locales/fr/transalationFr.json b/src/locales/fr/transalationFr.json index 96e6b7e0c..5ff66de9d 100644 --- a/src/locales/fr/transalationFr.json +++ b/src/locales/fr/transalationFr.json @@ -492,7 +492,7 @@ "email": "Courriel", "memberOf": "Membre de", "location": "Endroit", - "Edit": "Éditer", + "edit": "Éditer", "socialMediaLinks": "Liens vers les réseaux sociaux" }, "createNew": { diff --git a/src/pages/Dashboard/OrganizationsReadOnly/OrganizationsReadOnly.jsx b/src/pages/Dashboard/OrganizationsReadOnly/OrganizationsReadOnly.jsx index f1f02e1b3..1635b7be7 100644 --- a/src/pages/Dashboard/OrganizationsReadOnly/OrganizationsReadOnly.jsx +++ b/src/pages/Dashboard/OrganizationsReadOnly/OrganizationsReadOnly.jsx @@ -187,7 +187,7 @@ function OrganizationsReadOnly() {