Update debugger-ui.tsx

pull/1275/head
Liana Husikyan 4 years ago committed by GitHub
parent 7c1dd0bdd4
commit 5df0291d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx

@ -174,7 +174,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
setState(prevState => {
return {
...prevState,
validationError: 'The Kovan network is unfortunately not supported.'
validationError: 'Unfortunately, the Kovan network is not supported.'
}
})
return

Loading…
Cancel
Save