Skip to content

Commit

Permalink
Fix typo in Restart OAuth2 Service toast (#1161) (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkalve authored Jan 13, 2025
1 parent 31eab3f commit 1ef78ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page-active-component/oauth-toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function OAuthToolbar({
await trigger({ appName, envName, componentName }).unwrap();
startRefetch();
},
'Restaring OAuth2 Service',
'Restarting OAuth2 Service',
'Failed to restart Oauth2 Service'
);
return (
Expand Down

0 comments on commit 1ef78ef

Please sign in to comment.