summaryrefslogtreecommitdiff
path: root/source/features/quick-mention.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/quick-mention.tsx')
-rw-r--r--source/features/quick-mention.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/quick-mention.tsx b/source/features/quick-mention.tsx
index 1e341b39..0a9972f1 100644
--- a/source/features/quick-mention.tsx
+++ b/source/features/quick-mention.tsx
@@ -48,7 +48,7 @@ function init(): void {
void features.add({
id: __filebasename,
- description: 'Adds a button to @mention a user in discussions.',
+ description: 'Adds a button to @mention a user in conversations.',
screenshot: 'https://user-images.githubusercontent.com/1402241/70406615-f445d580-1a73-11ea-9ab1-bf6bd9aa70a3.gif'
}, {
include: [
@@ -56,7 +56,7 @@ void features.add({
pageDetect.isPRConversation
],
exclude: [
- () => select.exists('.conversation-limited') // Discussion is locked
+ () => select.exists('.conversation-limited') // Conversation is locked
],
additionalListeners: [
onNewComments