Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Improve restart message
Browse files Browse the repository at this point in the history
Summary:
The full stop at the end of the dialogue looks out of place:

 {F1725727234}

Reviewed By: antonk52

Differential Revision: D59108252

fbshipit-source-id: 8eb6fd4ab92fad661ab52709680a69027c2c90de
  • Loading branch information
passy authored and facebook-github-bot committed Jun 27, 2024
1 parent 7121a3b commit 122fcae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions desktop/flipper-ui/src/chrome/UpdateIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,10 @@ export function getUpdateAvailableMessage(versionCheckResult: {
<>
{' '}
Run <code>arc pull</code> (optionally with <code>--latest</code>) in{' '}
<code>~/fbsource</code> and{' '}
<code>~/fbsource</code>, then{' '}
<Button block type="primary" onClick={shutdownFlipper}>
Quit Flipper to upgrade
</Button>
.
</>
)
) : (
Expand Down

0 comments on commit 122fcae

Please sign in to comment.