Skip to content

Commit

Permalink
fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Jun 24, 2020
1 parent fa1dcf2 commit 2278f55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const toastDrilldownsCRUDError = i18n.translate(
);

export const insufficientLicenseLevel = i18n.translate(
'xpack.uiActionsEnhanced.drildown.components.flyoutDrilldownWizard.insufficientLicenseLevelError',
'xpack.uiActionsEnhanced.drilldowns.components.flyoutDrilldownWizard.insufficientLicenseLevelError',
{
defaultMessage: 'Insufficient license level',
description:
Expand All @@ -98,7 +98,7 @@ export const insufficientLicenseLevel = i18n.translate(

export const invalidDrilldownType = (type: string) =>
i18n.translate(
'xpack.uiActionsEnhanced.drildown.components.flyoutDrilldownWizard.invalidDrilldownType',
'xpack.uiActionsEnhanced.drilldowns.components.flyoutDrilldownWizard.invalidDrilldownType',
{
defaultMessage: "Drilldown type {type} doesn't exist",
values: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const FormDrilldownWizard: React.FC<FormDrilldownWizardProps> = ({
data-test-subj={'getMoreActionsLink'}
>
<FormattedMessage
id="xpack.uiActionsEnhanced.drildown.components.FormDrilldownWizard.getMoreActionsLinkLabel"
id="xpack.uiActionsEnhanced.drilldowns.components.FormDrilldownWizard.getMoreActionsLinkLabel"
defaultMessage="Get more actions"
/>
</EuiLink>
Expand Down

0 comments on commit 2278f55

Please sign in to comment.