Skip to content

Commit

Permalink
ReloadButton tooltip (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginxo committed May 18, 2023
1 parent 2ad89ae commit ae94176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/webpage/src/components/shared/ReloadButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export const ReloadButton: React.FC<IReloadButton> = props => {
key="reload"
title={
newProductVersionAvailable
? "Reload information from service. NEW VERSION AVAILABLE."
: "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."
}
>
<Badge dot={newProductVersionAvailable}>
Expand Down

0 comments on commit ae94176

Please sign in to comment.