diff options
Diffstat (limited to 'source/features/expand-all-hidden-comments.tsx')
-rw-r--r-- | source/features/expand-all-hidden-comments.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/expand-all-hidden-comments.tsx b/source/features/expand-all-hidden-comments.tsx index 4b6b4311..a8d5dfaf 100644 --- a/source/features/expand-all-hidden-comments.tsx +++ b/source/features/expand-all-hidden-comments.tsx @@ -31,7 +31,7 @@ function init(): void { void features.add({ id: __filebasename, - description: 'On long discussions where GitHub hides comments under a "Load more...", alt-clicking it will load up to 200 comments at once instead of 60.', + description: 'On long conversations where GitHub hides comments under a "Load more...", alt-clicking it will load up to 200 comments at once instead of 60.', screenshot: 'https://user-images.githubusercontent.com/1402241/73838332-0c548e00-4846-11ea-935f-28d728b30ae9.png' }, { include: [ |