mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
(cherry picked from commit 705ab63824
)
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
parent
0713efb1ef
commit
fd5dda8215
2 changed files with 2 additions and 2 deletions
|
@ -293,6 +293,6 @@ export const READ_ACTIONS_PERMISSIONS_ERROR_MSG = i18n.translate(
|
|||
'xpack.cases.configure.readPermissionsErrorDescription',
|
||||
{
|
||||
defaultMessage:
|
||||
'You do not have permissions to view connectors. If you would like to view connectors, contact your Kibana administrator.',
|
||||
'You do not have permission to view connectors. If you would like to view connectors, contact your Kibana administrator.',
|
||||
}
|
||||
);
|
||||
|
|
|
@ -43,7 +43,7 @@ import {
|
|||
} from '../utils';
|
||||
|
||||
type CaseCommentModelParams = Omit<CasesClientArgs, 'authorization'>;
|
||||
const ALERT_LIMIT_MSG = `Case has already reach the maximum allowed number (${MAX_ALERTS_PER_CASE}) of attached alerts on a case`;
|
||||
const ALERT_LIMIT_MSG = `Case has reached the maximum allowed number (${MAX_ALERTS_PER_CASE}) of attached alerts.`;
|
||||
|
||||
/**
|
||||
* This class represents a case that can have a comment attached to it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue