Skip to content

Commit

Permalink
tweak description
Browse files Browse the repository at this point in the history
  • Loading branch information
mnholtz committed Oct 24, 2024
1 parent 491128e commit 0555593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/telemetry/lexicon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
},
};
Expand Down

0 comments on commit 0555593

Please sign in to comment.