diff --git a/src/api/telemetry/TelemetryCollection.js b/src/api/telemetry/TelemetryCollection.js index 52fdf3250b..a7092758e2 100644 --- a/src/api/telemetry/TelemetryCollection.js +++ b/src/api/telemetry/TelemetryCollection.js @@ -334,7 +334,7 @@ export class TelemetryCollection extends EventEmitter { this.timeKey = domain.source; } else { this._warn(ERRORS.TIMESYSTEM_KEY); - this.openmct.notifications.warn(ERRORS.TIMESYSTEM_KEY_NOTIFICATION) + this.openmct.notifications.alert(ERRORS.TIMESYSTEM_KEY_NOTIFICATION) } let metadataValue = this.metadata.value(timeSystem.key) || { format: timeSystem.key };