Fix minor textual errors in Workplace Search (#121853)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
sphilipse 2022-02-09 15:44:40 +01:00 committed by GitHub
parent 7dfc395423
commit 691315a274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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',
}
);
@ -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.',
}
);