Unverified Commit 2186eda9 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1275 from ethereum/LianaHus-patch-5

Update debugger-ui.tsx
parents 7c1dd0bd 5df0291d
...@@ -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