diff options
author | 2020-07-03 00:29:52 +0200 | |
---|---|---|
committer | 2020-07-03 00:29:52 +0200 | |
commit | daf633137ec08e6f5647a6f8bb0b02d5dce58ef9 (patch) | |
tree | a4263d323bd4b963a7e6168800a0126f3f6b9c2d /source/features/clean-sidebar.tsx | |
parent | 19e2a375c34c0dc18462a2b8a9bb4ff6bb9c6590 (diff) | |
download | refined-github-daf633137ec08e6f5647a6f8bb0b02d5dce58ef9.tar.gz refined-github-daf633137ec08e6f5647a6f8bb0b02d5dce58ef9.tar.zst refined-github-daf633137ec08e6f5647a6f8bb0b02d5dce58ef9.zip |
Rename `discussion` → `conversation` (#3308)
Diffstat (limited to 'source/features/clean-sidebar.tsx')
-rw-r--r-- | source/features/clean-sidebar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/clean-sidebar.tsx b/source/features/clean-sidebar.tsx index c50fac52..143a97ce 100644 --- a/source/features/clean-sidebar.tsx +++ b/source/features/clean-sidebar.tsx @@ -107,7 +107,7 @@ async function clean(): Promise<void> { void features.add({ id: __filebasename, - description: 'Hides empty sections (or just their "empty" label) in the discussion sidebar.', + description: 'Hides empty sections (or just their "empty" label) in the conversation sidebar.', screenshot: 'https://user-images.githubusercontent.com/1402241/57199809-20691780-6fb6-11e9-9672-1ad3f9e1b827.png' }, { include: [ |