Load and clear -> Loud and clear

pull/10616/head
Brandon Farmer 2018-12-06 16:10:33 -08:00
parent 5da9d37b5b
commit 8df604bd31
2 changed files with 2 additions and 2 deletions

View File

@ -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'
}

View File

@ -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>
`;