[Cases] Edits tooltip for average time to close (#133567)

This commit is contained in:
Lisa Cawley 2022-06-06 08:42:45 -07:00 committed by GitHub
parent a36a88b046
commit b1d9e76eb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,6 +111,5 @@ export const ATTC_STAT = i18n.translate('xpack.cases.casesStats.mttr', {
});
export const ATTC_DESCRIPTION = i18n.translate('xpack.cases.casesStats.mttrDescription', {
defaultMessage:
'Average time to close is the average duration of cases from creation to closure.',
defaultMessage: 'The average duration (from creation to closure) for your current cases',
});