We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad89ae commit ae94176Copy full SHA for ae94176
packages/webpage/src/components/shared/ReloadButton.tsx
@@ -63,8 +63,8 @@ export const ReloadButton: React.FC<IReloadButton> = props => {
63
key="reload"
64
title={
65
newProductVersionAvailable
66
- ? "Reload information from service. NEW VERSION AVAILABLE."
67
- : "Reload information from service"
+ ? "Reload information from service. The data is asynchronously generated, A NEW DATA HAS BEEN PRODUCED and it's ready to be consumed."
+ : "Reload information from service. The data is asynchronously generated, this reloading mechanism is in case you know new data has been produced."
68
}
69
>
70
<Badge dot={newProductVersionAvailable}>
0 commit comments