Skip to content

Commit

Permalink
Fix duplicate IDd
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Feb 1, 2021
1 parent 9c6eeef commit 508e419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export const SOURCE_DISABLED_CALLOUT_DESCRIPTION = i18n.translate(
);

export const SOURCE_DISABLED_CALLOUT_BUTTON = i18n.translate(
'xpack.enterpriseSearch.workplaceSearch.sources.sourceDisabled.description',
'xpack.enterpriseSearch.workplaceSearch.sources.sourceDisabled.button',
{
defaultMessage: 'Explore Platinum license',
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const SourcesView: React.FC<SourcesViewProps> = ({ children }) => {

<p>
<FormattedMessage
id="xpack.enterpriseSearch.workplaceSearch.sourcesView.modal.success"
id="xpack.enterpriseSearch.workplaceSearch.sourcesView.modal.docPermissions.description"
defaultMessage="Documents will not be searchable from Workplace Search until user and group mappings have been configured. {documentPermissionsLink}."
values={{
documentPermissionsLink: (
Expand Down

0 comments on commit 508e419

Please sign in to comment.