Skip to content

Commit 5df0291

Browse files
authored
Update debugger-ui.tsx
1 parent 7c1dd0b commit 5df0291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
174174
setState(prevState => {
175175
return {
176176
...prevState,
177-
validationError: 'The Kovan network is unfortunately not supported.'
177+
validationError: 'Unfortunately, the Kovan network is not supported.'
178178
}
179179
})
180180
return

0 commit comments

Comments
 (0)