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 1e698ef + 2186eda commit 3ec46c1Copy full SHA for 3ec46c1
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