Skip to content

Commit

Permalink
chore: remove redundant translation line (#6397)
Browse files Browse the repository at this point in the history
### Description
Remore redundant unused translation line.

### Test plan
No testing needed.

### Related issues
N/A

### Backwards compatibility
Yes

### Network scalability

If a new NetworkId and/or Network are added in the future, the changes
in this PR will:

- [x] Continue to work without code changes, OR trigger a compilation
error (guaranteeing we find it when a new network is added)
  • Loading branch information
sviderock authored Jan 7, 2025
1 parent 93a1b8d commit e72427d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions locales/base/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2831,6 +2831,5 @@
"selectToken": "Select token",
"fiatPriceUnavailable": "Price unavailable",
"tokenDescription": "{{tokenName}} on {{tokenNetwork}}"
},
"on": "on"
}
}

0 comments on commit e72427d

Please sign in to comment.