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

(cherry picked from commit b1d9e76eb6)

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
Kibana Machine 2022-06-06 11:50:07 -05:00 committed by GitHub
parent 9209a82452
commit a521a30dc6
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',
});