Skip to content

Commit

Permalink
Updating Basic license message to be more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jul 10, 2018
1 parent 39d08ad commit d79e73d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ private static String[] beatsAcknowledgementMessages(OperationMode currentMode,
switch (newMode) {
case BASIC:
if (isBasic(currentMode) == false) {
return new String[] { "Beats will no longer poll for centrally-managed configuration" };
return new String[] { "Beats will no longer be able to use centrally-managed configuration" };
}
break;
}
Expand Down

0 comments on commit d79e73d

Please sign in to comment.