Skip to content

Commit

Permalink
Update frontend/components/Main/MainHeader/AgentButton/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller authored Jul 26, 2024
1 parent 48fad14 commit c21e1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Main/MainHeader/AgentButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const AgentRunningButton = () => {
await ServicesService.stopDeployment(service.hash);
} catch (error) {
console.error(error);
showNotification?.('Error while stopping service');
showNotification?.('Error while stopping agent');
} finally {
// Resumt polling, will update to correct status regardless of success
setIsServicePollingPaused(false);
Expand Down

0 comments on commit c21e1f9

Please sign in to comment.