Update src/ui/WorkInProgressRoot.tsx

Co-authored-by: ApamNapat <ApamNapat@users.noreply.github.com>
This commit is contained in:
Jack 2022-03-06 12:42:35 +08:00 committed by GitHub
parent 0e1929b561
commit d4f5f54fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,7 @@ export function WorkInProgressRoot(): React.ReactElement {
<Grid container direction="column" justifyContent="center" alignItems="center" style={{ minHeight: "100vh" }}>
<Grid item>
<Typography>
Sorry, Something has gone wrong you cannot work for {player.currentWorkFactionName || "(Faction not found)"} at this time
Something has gone wrong, you cannot work for {player.currentWorkFactionName || "(Faction not found)"} at this time.
</Typography>
</Grid>
</Grid>