From 6a9f339b7f532018aa54882fa15c1576a01af404 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Thu, 5 Jun 2014 20:15:25 -0400 Subject: [PATCH] Updated the message on "Remove Authentication" generator menu --- setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.js b/setup.js index 0fc91c8f37..4a9c175ae8 100644 --- a/setup.js +++ b/setup.js @@ -338,7 +338,7 @@ authForm.on('submit', function() { var authText = blessed.text({ parent: authForm, - content: 'Selecting a checkbox adds an authentication provider. Unselecting a checkbox removes it. If authentication provider is already present, no action will be taken.', + content: 'Selecting a checkbox removes an authentication provider. If authentication provider is already removed, no action will be taken.', padding: 1, bg: 'magenta', fg: 'white'