Skip to content

Commit

Permalink
Fix incorrect app name in ILM license checker. (elastic#56355) (elast…
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal authored Feb 3, 2020
1 parent f32125e commit 566c7d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
import { i18n } from '@kbn/i18n';
export function checkLicense(xpackLicenseInfo) {
const pluginName = 'Index Management';
const pluginName = 'Index Lifecycle Policies';

// If, for some reason, we cannot get the license information
// from Elasticsearch, assume worst case and disable
Expand Down

0 comments on commit 566c7d3

Please sign in to comment.