Skip to content

Commit 2af4952

Browse files
authored
fix: correct typo for website in english translation (#1101)
## High Level Overview of Change Fix typo for website in english translation ### Context of Change Bug introduced in #1056 ### Type of Change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Refactor (non-breaking change that only restructures code) - [ ] Tests (You added tests for code that already exists, or your new feature included in this PR) - [ ] Documentation Updates - [ ] Translation Updates - [ ] Release ### TypeScript/Hooks Update - [ ] Updated files to React Hooks - [ ] Updated files to TypeScript
1 parent 8d503da commit 2af4952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/locales/en-US/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
"deleted": "Deleted",
543543
"holders": "HOLDERS: {{holders}}",
544544
"trustlines": " TRUSTLINES: {{trustlines}}",
545-
"website": "Wesbite",
545+
"website": "Website",
546546
"mpt_issuance_id": "MPT Issuance ID",
547547
"asset_scale": "Asset Scale",
548548
"metadata": "Metadata",

0 commit comments

Comments
 (0)