From c873668a3d99ebfd9c4d2385dd08be63f2b0bbec Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 17 Feb 2015 08:56:44 +0000 Subject: [PATCH] Reword api-token-help --- app/lang/en/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lang/en/forms.php b/app/lang/en/forms.php index 09cfc758..12221c43 100644 --- a/app/lang/en/forms.php +++ b/app/lang/en/forms.php @@ -85,7 +85,7 @@ return [ 'email' => 'Email', 'password' => 'Password', 'api-token' => 'API Token', - 'api-token-help' => 'Regenerating your API token will revoke all existing applications.', + 'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.', '2fa' => [ 'help' => 'Enabling two factor authentication increases security of your account. You will need to download Google Authenticator or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.', ],