From 173cd88d7701c7f2383151fd0913304dbe0ef763 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Mon, 14 Aug 2023 00:14:05 +0200 Subject: Extend `rgh-netiquette` (#6813) --- source/features/rgh-netiquette.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/features/rgh-netiquette.tsx') diff --git a/source/features/rgh-netiquette.tsx b/source/features/rgh-netiquette.tsx index 6b66ef37..b48e5aeb 100644 --- a/source/features/rgh-netiquette.tsx +++ b/source/features/rgh-netiquette.tsx @@ -19,7 +19,7 @@ function addConversationBanner(newCommentBox: HTMLElement): void { banner.remove(); newCommentBox.hidden = false; }} - >leave a comment + >comment ); const banner = ( @@ -27,7 +27,7 @@ function addConversationBanner(newCommentBox: HTMLElement): void { {createBanner({ classes: ['rgh-bg-none'], icon: , - text: <>{getNoticeText()} If it must really be here, you can {button}., + text: <>{getNoticeText()} If you want to say something helpful, you can leave a {button}. Do not report issues here., })} ); -- cgit v1.2.3