Skip to content

Commit

Permalink
update UI text of new resource group
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Oct 7, 2021
1 parent b2d04f5 commit 3a885ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/repository/sourceControlManagement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class SourceControlManagement {
)

this.gitModifiedResourceGroup = this.dispose.track(
scmView.createResourceGroup('gitModified', 'Need Git Commit')
scmView.createResourceGroup('gitModified', 'Ready For Git Commit')
)

this.changedResourceGroup.hideWhenEmpty = true
Expand Down

0 comments on commit 3a885ad

Please sign in to comment.