Update view.jsx

This commit is contained in:
Thomas Zarebczan 2018-10-11 02:39:58 -04:00 committed by GitHub
parent 9b1797c1ab
commit 45961e7d76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ class WunderBar extends React.PureComponent<Props> {
onSubmit(uri, params);
} else {
this.props.doShowSnackBar({
message: __('Invalid LBRY URL requested. Only A-Z, a-z, and - allowed.'),
message: __('Invalid LBRY URL entered. Only A-Z, a-z, and - allowed.'),
displayType: ['snackbar'],
})
}