diff options
author | 2023-08-14 00:14:05 +0200 | |
---|---|---|
committer | 2023-08-14 00:14:05 +0200 | |
commit | 173cd88d7701c7f2383151fd0913304dbe0ef763 (patch) | |
tree | 19e0b0831f8a69e23097bc529946364010af4b67 | |
parent | ace0b4fa7062fcc7524d0df972a8b48a08b26653 (diff) | |
download | refined-github-173cd88d7701c7f2383151fd0913304dbe0ef763.tar.gz refined-github-173cd88d7701c7f2383151fd0913304dbe0ef763.tar.zst refined-github-173cd88d7701c7f2383151fd0913304dbe0ef763.zip |
Extend `rgh-netiquette` (#6813)
-rw-r--r-- | source/features/rgh-netiquette.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
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 </button> ); const banner = ( @@ -27,7 +27,7 @@ function addConversationBanner(newCommentBox: HTMLElement): void { {createBanner({ classes: ['rgh-bg-none'], icon: <InfoIcon className="mr-1"/>, - 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}. <strong>Do not</strong> report issues here.</>, })} </TimelineItem> ); |