mirror of https://github.com/embarklabs/embark.git
fix wording
This commit is contained in:
parent
085a282c96
commit
1c59701045
|
@ -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));
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue