Skip to content

Commit

Permalink
feat(extension): add missing ros tooltip for stake pools table
Browse files Browse the repository at this point in the history
  • Loading branch information
vetalcore committed Feb 23, 2024
1 parent 6516722 commit 3ebf507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/browser-extension-wallet/src/lib/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@
},
"ros": {
"title": "ROS",
"tooltip": "Estimated 'Return On Stake' based on previous pool performance"
"tooltip": "An estimation of the potential rewards you will earn per epoch if you delegate the intended amount of stake. The system looks at the pool's parameters and historical performance data to calculate potential rewards, assuming that the pool reaches optimal saturation."
},
"saturation": {
"title": "Saturation",
Expand Down
2 changes: 1 addition & 1 deletion packages/staking/src/features/i18n/translations/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const en: Translations = {
'An amount of self‐bonded assets intended to remain staked to the pool for as long as it operates',
'browsePools.stakePoolTableBrowser.tableHeader.ros.title': 'ROS',
'browsePools.stakePoolTableBrowser.tableHeader.ros.tooltip':
"Estimated 'Return On Stake' based on previous pool performance",
"An estimation of the potential rewards you will earn per epoch if you delegate the intended amount of stake. The system looks at the pool's parameters and historical performance data to calculate potential rewards, assuming that the pool reaches optimal saturation.",
'browsePools.stakePoolTableBrowser.tableHeader.saturation.title': 'Saturation',
'browsePools.stakePoolTableBrowser.tableHeader.saturation.tooltip':
'Once a pool reaches the point of saturation, it will offer diminishing rewards',
Expand Down

0 comments on commit 3ebf507

Please sign in to comment.