Skip to content

Commit 5d6db11

Browse files
committed
fix: Typo on remote changes
1 parent cb85cf1 commit 5d6db11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ export class Repository {
520520
}
521521
this.remoteChanged = this.sourceControl.createResourceGroup(
522522
"remotechanged",
523-
"Remote Changed"
523+
"Remote Changes"
524524
) as ISvnResourceGroup;
525525
this.remoteChanged.hideWhenEmpty = true;
526526
this.remoteChanged.resourceStates = remoteChanged;

0 commit comments

Comments
 (0)