Skip to content

Commit

Permalink
Update alert.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Koshelev <[email protected]>
  • Loading branch information
eriktaubeneck and akoshelev authored Jul 17, 2024
1 parent 5f28cca commit 94a7d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function QueryFailedToStartAlert({ queryId }: { queryId: string }) {
</div>
<div className="ml-3">
<p className="text-sm font-medium text-red-800">
Failed to started Query: {queryId}.
Failed to start a query: {queryId}.
</p>
</div>
</div>
Expand Down

0 comments on commit 94a7d2e

Please sign in to comment.