mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
Merge pull request #12792 from desktop/Remove-random-apostrophe
Update warn-force-push-dialog.tsx
This commit is contained in:
commit
9f410a1838
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export class WarnForcePushDialog extends React.Component<
|
|||
|
||||
const title = __DARWIN__
|
||||
? `${operation} Will Require Force Push`
|
||||
: `${operation} will require force push'`
|
||||
: `${operation} will require force push`
|
||||
|
||||
return (
|
||||
<Dialog
|
||||
|
|
Loading…
Reference in a new issue