fix wording

This commit is contained in:
Iuri Matias 2018-10-12 20:50:56 -04:00 committed by Pascal Precht
parent 085a282c96
commit 1c59701045
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Authenticator {
return {
match: () => cmd === "token",
process: (callback) => {
callback(null, __('Your authentication token: %s \nYou can use the command `copytoken` to copy the token your clipboard', this.authToken));
callback(null, __('Your authentication token: %s \nYou can use the command `copytoken` to copy the authentication token to your clipboard', this.authToken));
}
};
});