Skip to content

Commit 3ec46c1

Browse files
authored
Merge branch 'master' into yann300-patch-31
2 parents 1e698ef + 2186eda commit 3ec46c1

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)