Skip to content

Commit

Permalink
Update title to stack monitoring (#29638)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline authored Jan 30, 2019
1 parent 74babb2 commit 6eeccb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/monitoring/public/services/title.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ uiModule.service('title', (Private, i18n) => {
clusterName = (clusterName) ? `- ${clusterName}` : '';
suffix = (suffix) ? `- ${suffix}` : '';
docTitle.change(
i18n('xpack.monitoring.monitoringDocTitle', {
defaultMessage: 'Monitoring {clusterName} {suffix}',
i18n('xpack.monitoring.stackMonitoringDocTitle', {
defaultMessage: 'Stack Monitoring {clusterName} {suffix}',
values: { clusterName, suffix }
}), true);
};
Expand Down

0 comments on commit 6eeccb8

Please sign in to comment.