Fixed a grammer error in connection wizard (request -> the request)
This commit is contained in:
@@ -522,7 +522,7 @@ class Wizard {
|
||||
stepWaitForAcceptWait() {
|
||||
return command.wait(
|
||||
"Requesting",
|
||||
"Waiting for request to be accepted by the backend"
|
||||
"Waiting for the request to be accepted by the backend"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user