Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(extension): add missing ros tooltip for stake pools table #915

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading