Unverified Commit 5df0291d authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Update debugger-ui.tsx

parent 7c1dd0bd
...@@ -174,7 +174,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => { ...@@ -174,7 +174,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
setState(prevState => { setState(prevState => {
return { return {
...prevState, ...prevState,
validationError: 'The Kovan network is unfortunately not supported.' validationError: 'Unfortunately, the Kovan network is not supported.'
} }
}) })
return return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment