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

View File

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