mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Fix minor textual errors in Workplace Search (#121853)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
7dfc395423
commit
691315a274
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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.',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue