Skip to content

Commit

Permalink
Merge pull request #1476 from oasisprotocol/lw/typo-key
Browse files Browse the repository at this point in the history
Fix typo in translation key
  • Loading branch information
lukaw3d authored Jul 12, 2024
2 parents 6f973e4 + 86e6d27 commit ed6e928
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/1476.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix typo in translation key
2 changes: 1 addition & 1 deletion src/app/pages/ValidatorDetailsPage/ExternalLinkCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const ExternalLinkCard: FC<ExternalLinkCardProps> = ({ label, link }) =>

return (
<SnapshotCardExternalLink
description={t('validator.externalLinkDescriotion')}
description={t('validator.externalLinkDescription')}
label={label || link}
title={t('validator.externalLink')}
url={link}
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
"emptyDelegationsList": "No one is delegating to this validator.",
"entityId": "Entity ID",
"externalLink": "External Link",
"externalLinkDescriotion": "Oasis is not responsible for any content onexternal pages.",
"externalLinkDescription": "Oasis is not responsible for any content on external pages.",
"groupStatus": "{{status}} validators",
"inactive": "Inactive",
"listTitle": "Validators",
Expand Down

0 comments on commit ed6e928

Please sign in to comment.