vks: slightly improve wording for quick upload

This commit is contained in:
Vincent Breitmoser 2019-08-28 23:51:21 +02:00
parent ecdf1001f4
commit 6e0ab047ee
No known key found for this signature in database
GPG Key ID: 7BD18320DEADFA11
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ impl MyResponse {
UploadResponse::Ok { token, .. } => {
let uri = uri!(quick_upload_proceed: token);
let text = format!(
"Key successfully uploaded. Proceed here:\n{}{}\n",
"Key successfully uploaded. Proceed with verification here:\n{}{}\n",
base_uri,
uri
);