Merge pull request #3937 from gitbutlerapp/add-revert-help-text

feat: Add help text to Revert button on Snapshot Card.
This commit is contained in:
Kiril Videlov 2024-06-01 12:55:42 +02:00 committed by GitHub
commit ad4d94208b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,6 +159,7 @@
style="ghost"
kind="solid"
clickable
help="Restores GitButler and your files to the state before this operation. Revert actions can also be undone."
on:click={() => {
dispatch('restoreClick');
}}>Revert</Tag