Skip to content

Commit

Permalink
Merge pull request #196 from Odomey/master
Browse files Browse the repository at this point in the history
Fix Typos
  • Loading branch information
SecretSaturn authored Dec 22, 2024
2 parents 4031447 + 79b5d52 commit d48a0e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function Settings() {
}
} catch (error: any) {
console.error('error after submitting settings:', error)
NotificationService.notify(`An error occured while saving user settings`, 'error')
NotificationService.notify(`An error occurred while saving user settings`, 'error')
}
}
})
Expand Down
2 changes: 1 addition & 1 deletion src/pages/bridge/Bridge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function Bridge() {
SilentSwap is the official privacy cross-chain aggregator for Secret Network. It offers a fast, cheap, and
convenient way to privately and securely swap your assets by leveraging Secret Network's confidential
computing layer. SilentSwap obfuscates the trace between sender and receiver in an entirely noncustodial,
trustless, and permisionless manner. It is fully compliant and allows users to trade or transfer in private,
trustless, and permissionless manner. It is fully compliant and allows users to trade or transfer in private,
all abstracted in a seamless user experience.
</p>
<a
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function Dashboard() {
// staking ratio missing
const I = inflation // inflation
const F = parseFloat(secretFoundationTax) // foundation tax
const C = 0.05 // validator commision rate; median is 5%
const C = 0.05 // validator commission rate; median is 5%
const T = parseFloat(communityTax) // community tax
const R = bondedToken / totalSupply // bonded rate
const bondedRate = R * 100
Expand Down

0 comments on commit d48a0e8

Please sign in to comment.