Skip to content

Commit

Permalink
fixed copy
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Mar 31, 2020
1 parent f3c3bd1 commit 097c4a2
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,37 +280,37 @@ const UpgradeYourLicenseCallOut = ({ http }: { http: HttpSetup }) => (
<EuiCallOut
title={i18n.translate(
'xpack.triggersActionsUI.sections.actionConnectorAdd.upgradeYourPlanBannerTitle',
{ defaultMessage: 'Upgrade your plan to access more connector types' }
{ defaultMessage: 'Upgrade your license to access all connectors' }
)}
>
<FormattedMessage
id="xpack.triggersActionsUI.sections.actionConnectorAdd.upgradeYourPlanBannerMessage"
defaultMessage="Upgrade your license or start a 30-day free trial for immediate access to more third-party connectors."
defaultMessage="Upgrade your license or start a 30-day free trial for immediate access to all third-party connectors."
/>
<EuiSpacer size="s" />
<EuiFlexGroup gutterSize="s" wrap={true}>
<EuiFlexItem grow={false}>
<EuiButton
href={VIEW_LICENSE_OPTIONS_LINK}
iconType="popout"
iconSide="right"
href={`${http.basePath.get()}/app/kibana#${LICENSE_MANAGEMENT_BASE_PATH}`}
iconType="gear"
target="_blank"
>
<FormattedMessage
id="xpack.triggersActionsUI.sections.actionConnectorAdd.upgradeYourPlanBannerLinkTitle"
defaultMessage="Upgrade now"
id="xpack.triggersActionsUI.sections.actionConnectorAdd.manageLicensePlanBannerLinkTitle"
defaultMessage="Manage license"
/>
</EuiButton>
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiButton
href={`${http.basePath.get()}/app/kibana#${LICENSE_MANAGEMENT_BASE_PATH}`}
iconType="gear"
href={VIEW_LICENSE_OPTIONS_LINK}
iconType="popout"
iconSide="right"
target="_blank"
>
<FormattedMessage
id="xpack.triggersActionsUI.sections.actionConnectorAdd.manageLicensePlanBannerLinkTitle"
defaultMessage="Manage license"
id="xpack.triggersActionsUI.sections.actionConnectorAdd.upgradeYourPlanBannerLinkTitle"
defaultMessage="Subscription plans"
/>
</EuiButton>
</EuiFlexItem>
Expand Down

0 comments on commit 097c4a2

Please sign in to comment.