diff --git a/src/DeviceListener.ts b/src/DeviceListener.ts index 7326c18fc42..e50f0d3f9bc 100644 --- a/src/DeviceListener.ts +++ b/src/DeviceListener.ts @@ -323,7 +323,7 @@ export default class DeviceListener { } else { // some other condition... yikes! Show the 'set up encryption' toast: this is what we previously did // in 'other' situations. Possibly we should consider prompting for a full reset in this case? - logger.warn("Couldn't match encryption state to a know case: showing 'setup encryption' prompt", { + logger.warn("Couldn't match encryption state to a known case: showing 'setup encryption' prompt", { crossSigningReady, secretStorageReady, allCrossSigningSecretsCached,