From 3ebf5077de29264bb402f55a4899d2e86eb97086 Mon Sep 17 00:00:00 2001 From: vetalcore Date: Fri, 23 Feb 2024 13:53:11 +0200 Subject: [PATCH] feat(extension): add missing ros tooltip for stake pools table --- apps/browser-extension-wallet/src/lib/translations/en.json | 2 +- packages/staking/src/features/i18n/translations/en.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/browser-extension-wallet/src/lib/translations/en.json b/apps/browser-extension-wallet/src/lib/translations/en.json index 2596248f3..5b37984d1 100644 --- a/apps/browser-extension-wallet/src/lib/translations/en.json +++ b/apps/browser-extension-wallet/src/lib/translations/en.json @@ -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", diff --git a/packages/staking/src/features/i18n/translations/en.ts b/packages/staking/src/features/i18n/translations/en.ts index a49d7db21..aeaf8c18d 100644 --- a/packages/staking/src/features/i18n/translations/en.ts +++ b/packages/staking/src/features/i18n/translations/en.ts @@ -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',