From b7cda86df70f7cd85c24bc21a247461a2f7e1c79 Mon Sep 17 00:00:00 2001 From: Brett Jia Date: Mon, 29 May 2023 20:23:24 -0400 Subject: [PATCH] fix typo reported by community member (#831) --- plugins/prebuffer-mixin/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/prebuffer-mixin/src/main.ts b/plugins/prebuffer-mixin/src/main.ts index 214df3d6a3..8ef9844554 100644 --- a/plugins/prebuffer-mixin/src/main.ts +++ b/plugins/prebuffer-mixin/src/main.ts @@ -1416,7 +1416,7 @@ class PrebufferMixin extends SettingsMixinDeviceBase implements Vid const cloud = msos?.find(mso => mso.source === 'cloud'); if (cloud) { this.storage.setItem('warnedCloud', 'true'); - log.a(`${this.name} is a cloud camera. Prebuffering maintains a persistent stream and will not enabled by default. You must enable the Prebuffer stream manually.`) + log.a(`${this.name} is a cloud camera. Prebuffering maintains a persistent stream and will not be enabled by default. You must enable the Prebuffer stream manually.`) } }