Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

octopus: mgr/dashboard: Fix bugs in a unit test and i18n translation #36991

Merged
merged 1 commit into from Sep 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -61,8 +61,7 @@ export class TelemetryNotificationComponent implements OnInit, OnDestroy {
NotificationType.success,
this.i18n('Telemetry activation reminder muted'),
this.i18n(
'You can activate the module on the Telemetry configuration ' +
'page (<b>Dashboard Settings</b> -> <b>Telemetry configuration</b>) at any time.'
'You can activate the module on the Telemetry configuration page (<b>Dashboard Settings</b> -> <b>Telemetry configuration</b>) at any time.'
)
);
}
Expand Down