Skip to content

Commit

Permalink
fix: corrected the key for edit in orgs readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekPAnil committed May 23, 2024
1 parent b606d9c commit dc8b021
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/locales/en/translationEn.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@
"memberOf": "Member of",
"location": "Location",
"edit": "Edit",
"Edit": "Edit",
"socialMediaLinks": "Social media links"
},
"createNew": {
Expand Down
2 changes: 1 addition & 1 deletion src/locales/fr/transalationFr.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
"email": "Courriel",
"memberOf": "Membre de",
"location": "Endroit",
"Edit": "Éditer",
"edit": "Éditer",
"socialMediaLinks": "Liens vers les réseaux sociaux"
},
"createNew": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function OrganizationsReadOnly() {
<div className="button-container">
<OutlinedButton
data-cy="button-edit-organization"
label={t('dashboard.organization.readOnly.Edit')}
label={t('dashboard.organization.readOnly.edit')}
size="middle"
style={{ height: '40px', width: '60px' }}
onClick={() =>
Expand Down

0 comments on commit dc8b021

Please sign in to comment.