Skip to content

Commit

Permalink
Fix minor textual errors in Workplace Search (#121853) (#125083)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
(cherry picked from commit 691315a)

Co-authored-by: sphilipse <[email protected]>
  • Loading branch information
kibanamachine and sphilipse authored Feb 9, 2022
1 parent 7facabc commit b6d2187
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 @@ -174,7 +174,7 @@ export const SaveCustom: React.FC<SaveCustomProps> = ({
<p>
<FormattedMessage
id="xpack.enterpriseSearch.workplaceSearch.contentSource.saveCustom.permissions.text"
defaultMessage="{link} manage content access content on individual or group attributes. Allow or deny access to specific documents."
defaultMessage="{link} manage content access on individual or group attributes. Allow or deny access to specific documents."
values={{
link: (
<EuiLink
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const DOCUMENT_PERMISSIONS_TEXT = i18n.translate(
export const DOCUMENT_PERMISSIONS_DISABLED_TEXT = i18n.translate(
'xpack.enterpriseSearch.workplaceSearch.sources.documentPermissionsDisabled.text',
{
defaultMessage: 'Disabled for this sources',
defaultMessage: 'Disabled for this source',
}
);

Expand Down Expand Up @@ -162,7 +162,7 @@ export const DOC_PERMISSIONS_DESCRIPTION = i18n.translate(
'xpack.enterpriseSearch.workplaceSearch.sources.docPermissions.description',
{
defaultMessage:
'Document-level permissions manage content access content on individual or group attributes. Allow or deny access to specific documents.',
'Document-level permissions manage content access on individual or group attributes. Allow or deny access to specific documents.',
}
);

Expand Down

0 comments on commit b6d2187

Please sign in to comment.