Skip to content

Commit

Permalink
update loading msg
Browse files Browse the repository at this point in the history
  • Loading branch information
cykoder committed Oct 28, 2024
1 parent 46759c6 commit 92dea70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/src/Content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function Content ({ className }: Props): React.ReactElement<Props> {
{!missingApis
? (
<div className='connecting'>
<Spinner label={t<string>('Initializing connection')} />
<Spinner label={t<string>('Initializing connection, please try again later if this continues as we may be experiencing high demand')} />
</div>
)
: (
Expand Down

0 comments on commit 92dea70

Please sign in to comment.