We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9aac6 commit 984ad94Copy full SHA for 984ad94
src/components/PathHeader.tsx
@@ -87,7 +87,7 @@ export class PathHeader extends React.Component<
87
operation: Operation
88
): Promise<void> {
89
let dialog = new Dialog({
90
- title: `Git ${Operation}`,
+ title: `Git ${operation}`,
91
body: new GitPullPushDialog(currentFileBrowserPath, operation),
92
buttons: [Dialog.okButton({ label: 'DISMISS' })]
93
});
0 commit comments