Skip to content

Commit

Permalink
update the "Waiting for server" message to say "Waiting for worker"
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Aug 5, 2024
1 parent 1b0d208 commit 3840a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ProblemsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function ProblemsPanel(props: ProblemsPanelProps) {
{props.displayActivityIndicator ? (
<View style={styles.activityContainer}>
<Text style={styles.waitingText} selectable={false}>
Waiting for server
Waiting for worker
</Text>
<ActivityIndicator size={12} color="#fff" />
</View>
Expand Down

0 comments on commit 3840a39

Please sign in to comment.