From 1c59701045429bf130abc50c8faf1bb4a85d9877 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 12 Oct 2018 20:50:56 -0400 Subject: [PATCH] fix wording --- lib/modules/authenticator/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/authenticator/index.js b/lib/modules/authenticator/index.js index 021eb3bc5..98e98ad7f 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)); } }; });