Skip to content

Commit

Permalink
i18n fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Jun 1, 2020
1 parent 7583c48 commit 04dee90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ export const ConfigureEndpointDatasource = memo<CustomConfigureDatasourceContent
href={`${services.application.getUrlForApp('siem')}${policyUrl}`}
>
<FormattedMessage
id="xpack.endpoint.ingestManager.editDatasource.stepConfigure"
id="xpack.siem.endpoint.ingestManager.editDatasource.stepConfigure"
defaultMessage="View and configure Security Policy"
/>
</LinkToApp>
) : (
<FormattedMessage
id="xpack.endpoint.ingestManager.createDatasource.stepConfigure"
id="xpack.siem.endpoint.ingestManager.createDatasource.stepConfigure"
defaultMessage="The recommended Security Policy has been associated with this data source. The Security Policy can be edited in the Security application once your data source has been saved."
/>
)}
Expand Down

0 comments on commit 04dee90

Please sign in to comment.