Merge pull request #12792 from desktop/Remove-random-apostrophe

Update warn-force-push-dialog.tsx
This commit is contained in:
tidy-dev 2021-08-18 07:38:49 -04:00 committed by GitHub
commit 9f410a1838
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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