From 0555593cf4bdfcf3e3e77011cbdee126858f3a43 Mon Sep 17 00:00:00 2001 From: Misha Holtz <36575242+mnholtz@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:49:50 -0700 Subject: [PATCH] tweak description --- src/telemetry/lexicon.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/telemetry/lexicon.ts b/src/telemetry/lexicon.ts index 40b610b2e..35dd19e34 100644 --- a/src/telemetry/lexicon.ts +++ b/src/telemetry/lexicon.ts @@ -235,8 +235,8 @@ export const lexicon: LexiconMap = { }, IDB_UNRESPONSIVE_BANNER: { description: - "Reported when the error banner containing the 'We're having trouble connecting to your browser's local database, please restart " + - "your browser.' error for IndexedDB (IDB) issues is shown in the Extension Console", + "Reported when the error banner containing the message 'We're having trouble connecting to your browser's local database, please restart " + + "your browser' for IndexedDB (IDB) errors is shown in the Extension Console", tags: [LexiconTags.EXTENSION_CONSOLE], }, };