mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-26 19:15:25 +03:00
Refined tooltip message for summary generation feature
The tooltip message for the summary generation feature has been enhanced. It now clearly mentions the need for the user to be logged in and have cloud sync enabled specifically for the project. Changes: - Tooltip message for the summary generation feature now reads "Summary generation requres that you are logged in and have cloud sync enabled for the project", making it context-specific and more informative.
This commit is contained in:
parent
0ca70362fa
commit
22a3f61ff6
@ -298,7 +298,7 @@
|
||||
</Button>
|
||||
{:else}
|
||||
<Tooltip
|
||||
label="Summary generation requres that you are logged in and have cloud sync enabled"
|
||||
label="Summary generation requres that you are logged in and have cloud sync enabled for the project"
|
||||
>
|
||||
<Button
|
||||
disabled={true}
|
||||
|
Loading…
Reference in New Issue
Block a user