From ffb023c2f26d83ee453ebfc80fc97b49a1230c97 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Thu, 9 Dec 2021 14:46:49 +0100
Subject: [PATCH] docs(userStrings): simplify text (#13031)

---
 docs/usage/configuration-options.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index c0a81a42a9..9ab26c26e3 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -2547,10 +2547,10 @@ You can set this option to `false` if you wish to disable updating for pinned (s
 
 ## userStrings
 
-User-facing strings pertaining to the PR comment that gets posted when a PR is closed.
 When a PR is closed, Renovate posts a comment to let users know that future updates will be ignored.
+If you want, you can change the text in the comment with the `userStrings` config option.
 
-The following strings can currently be customized:
+You can edit these user-facing strings:
 
 - `ignoreDigest`: Text of the PR comment for digest upgrades.
 - `ignoreMajor`: Text of the PR comment for major upgrades.
-- 
GitLab