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

Commit

Permalink
Update Server.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JensvandeWiel authored Oct 31, 2023
1 parent eed8ade commit af10566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/Server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const Server = ({id, className}: Props) => {
</DialogTitle>
<Divider />
<DialogContent>
Are you sure you want to forcefully stop the server?
Are you sure you want to forcefully stop the server? No save action will be performed!
</DialogContent>
<DialogActions>
<Button variant="solid" color="danger" onClick={() => {setForceStopModalOpen(false); onServerForceStopButtonClicked()}}>
Expand Down Expand Up @@ -154,4 +154,4 @@ export const Server = ({id, className}: Props) => {
</Card>
);
}
};
};

0 comments on commit af10566

Please sign in to comment.