Skip to content

Commit

Permalink
[web] - fix alert text (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Matusevich authored Nov 3, 2023
1 parent bc25494 commit 5f7cf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/Dispatcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const Dispatcher = () => {
<div className="container mt-3">
<Alert variant="warning">
<h1 className="font-medium">Sorry, we have temporary problems</h1>
<div>Write operations don't not work due to maintanance</div>
<div>Write operations don't work due to maintanance</div>
</Alert>
</div>
)}
Expand Down

0 comments on commit 5f7cf82

Please sign in to comment.