1 <ngb-alert class="no-margin-bottom"
3 *ngIf="displayNotification"
4 (close)="close($event)">
5 <div i18n>The Telemetry module is not submitting telemetry data at the
7 <a routerLink="/telemetry"
8 class="alert-link">here</a> to activate it now.</div>