Update view.jsx
This commit is contained in:
parent
9b1797c1ab
commit
45961e7d76
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue