Skip to content

Commit

Permalink
Copy feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Constance authored May 27, 2021
1 parent e1277da commit 1aeaf80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const warnMismatchedVersions = (enterpriseSearchVersion: string, log: Log

if (enterpriseSearchVersion !== kibanaVersion) {
log.warn(
`Your Kibana instance (v${kibanaVersion}) is not the same version as your Enterprise Search instance (v${enterpriseSearchVersion}). Please upgrade your instances accordingly to matching versions, otherwise you may see breaking or otherwise buggy behavior.`
`Your Kibana instance (v${kibanaVersion}) is not the same version as your Enterprise Search instance (v${enterpriseSearchVersion}), which may cause unexpected behavior. Use matching versions for the best experience.`
);
}
};

0 comments on commit 1aeaf80

Please sign in to comment.