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