Skip to content

Commit ae94176

Browse files
authored
ReloadButton tooltip (#54)
1 parent 2ad89ae commit ae94176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/webpage/src/components/shared/ReloadButton.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export const ReloadButton: React.FC<IReloadButton> = props => {
6363
key="reload"
6464
title={
6565
newProductVersionAvailable
66-
? "Reload information from service. NEW VERSION AVAILABLE."
67-
: "Reload information from service"
66+
? "Reload information from service. The data is asynchronously generated, A NEW DATA HAS BEEN PRODUCED and it's ready to be consumed."
67+
: "Reload information from service. The data is asynchronously generated, this reloading mechanism is in case you know new data has been produced."
6868
}
6969
>
7070
<Badge dot={newProductVersionAvailable}>

0 commit comments

Comments
 (0)