Skip to content

Commit

Permalink
Update outdated Agent message
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi authored Sep 28, 2023
1 parent 8785457 commit d0c39de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/lib/agent/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import semver from 'semver';

export const agentVersionWarning = (agentVersion) => {
if (semver.lt(agentVersion, '2.0.0')) {
return 'Agent version 2.0.0 or greater is required for the new checks engine.';
return 'The Agent version is outdated, some features might not work properly. It is advised to keep the Agents up to date with the Server.';
}

return null;
Expand Down

0 comments on commit d0c39de

Please sign in to comment.