Load and clear -> Loud and clear
parent
5da9d37b5b
commit
8df604bd31
|
@ -51,7 +51,7 @@ class ListeningResults extends PureComponent<Props> {
|
|||
case RemoteDataState.Loading:
|
||||
return 'Timeout in 60 seconds'
|
||||
case RemoteDataState.Done:
|
||||
return `${this.props.bucket} is recieving data load and clear!`
|
||||
return `${this.props.bucket} is recieving data loud and clear!`
|
||||
case RemoteDataState.Error:
|
||||
return 'Check config and try again'
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ exports[`Onboarding.Components.ConnectionInformation matches snapshot if success
|
|||
Connection Found!
|
||||
</h4>
|
||||
<p>
|
||||
defbuck is recieving data load and clear!
|
||||
defbuck is recieving data loud and clear!
|
||||
</p>
|
||||
</Fragment>
|
||||
`;
|
||||
|
|
Loading…
Reference in New Issue