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'