Skip to content

Commit

Permalink
[ML] Rename correlations tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Aug 12, 2021
1 parent ed9f721 commit 5f8c045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function LatencyCorrelationsTab({}: TabContentProps) {
export const latencyCorrelationsTab = {
key: 'latencyCorrelations',
label: i18n.translate('xpack.apm.transactionDetails.tabs.latencyLabel', {
defaultMessage: 'Latency correlations analysis',
defaultMessage: 'Latency correlations',
}),
component: LatencyCorrelationsTab,
};

0 comments on commit 5f8c045

Please sign in to comment.