Skip to content

Commit

Permalink
fix: use Discard All Changes text
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Nov 20, 2023
1 parent 1248728 commit bd0c7ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct SourceControlToolbarBottom: View {

private var sourceControlMenu: some View {
Menu {
Button("Discard Changes...") {
Button("Discard All Changes...") {
if discardChangesDialog() {
workspace.sourceControlManager?.discardAllChanges()
}
Expand Down

0 comments on commit bd0c7ad

Please sign in to comment.