Fixed a grammer error in connection wizard (request -> the request)

This commit is contained in:
NI
2019-11-22 15:39:45 +08:00
parent 4c37eac983
commit 519d822e9c
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
);
}