diff --git a/lib/modules/authenticator/index.js b/lib/modules/authenticator/index.js index 021eb3bc..98e98ad7 100644 --- a/lib/modules/authenticator/index.js +++ b/lib/modules/authenticator/index.js @@ -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)); } }; });