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 4f24d96 commit 3e01e8eCopy full SHA for 3e01e8e
2 files changed
app/src/ui/stashing/stash-diff-header.tsx
@@ -61,7 +61,7 @@ export class StashDiffHeader extends React.Component<
61
disabled={isRestoring || isDiscarding}
62
>
63
<Octicon symbol={octicons.fileDiff} className="mr" />
64
- Restore to Changes
+ Restore Changes
65
</Button>
66
<Button
67
onClick={this.onDiscardClick}
app/src/ui/stashing/stash-list-item-context-menu.ts
@@ -17,7 +17,7 @@ export const generateStashListContextMenu = (
17
) => {
18
const items: ReadonlyArray<IMenuItem> = [
19
{
20
- label: 'Restore to Changes',
+ label: 'Restore Changes',
21
action: () => onRestore(config),
22
},
23
0 commit comments