Skip to content

Commit

Permalink
Merge pull request #34 from oasisprotocol/ml/change-loading-screen-wo…
Browse files Browse the repository at this point in the history
…rding

Change loading screen wording
  • Loading branch information
lubej authored Mar 14, 2024
2 parents 35715a1 + b4d58cd commit 67154f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Alert/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

p {
max-width: 335px;
max-width: 500px;
font-size: 14px;
font-weight: 400;
line-height: 120%;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/HomePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const HomePage: FC = () => {
<>
{pageStatus === 'loading' && (
<Alert type="loading" actions={<span>Submitting vote...</span>}>
Once you confirm this vote you will not be able to cancel it.
Your vote is always private, and can be changed until the poll closes.
</Alert>
)}
{pageStatus === 'error' && error && (
Expand Down

0 comments on commit 67154f9

Please sign in to comment.