We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c1dd0b + 5df0291 commit 2186edaCopy full SHA for 2186eda
libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx
@@ -174,7 +174,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
174
setState(prevState => {
175
return {
176
...prevState,
177
- validationError: 'The Kovan network is unfortunately not supported.'
+ validationError: 'Unfortunately, the Kovan network is not supported.'
178
}
179
})
180
return
0 commit comments