From 26dcb3af9b37b31b48ad2d3b5ebbc28b98a1f4a4 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Thu, 23 Apr 2020 23:08:50 -0300 Subject: [PATCH] Fix comment on migration #42 (#8405) The comment was accidentally copied from the previous migration. --- app/scripts/migrations/042.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/scripts/migrations/042.js b/app/scripts/migrations/042.js index 2be7359a7..4c1fb510a 100644 --- a/app/scripts/migrations/042.js +++ b/app/scripts/migrations/042.js @@ -2,7 +2,8 @@ const version = 42 import { cloneDeep } from 'lodash' /** - * PreferencesController.autoLogoutTimeLimit -> autoLockTimeLimit + * Initialize `connectedStatusPopoverHasBeenShown` to `false` if it hasn't yet been set, + * so that existing users are introduced to the new connected status indicator */ export default { version,