diff --git a/test/workers/repository/process/__snapshots__/deprecated.spec.js.snap b/test/workers/repository/process/__snapshots__/deprecated.spec.js.snap
index 6351b4b8cac88794f62f5bbfa57c4bff1cb76000..9c947fce9b0c74496a34981b1752b764223cb7d5 100644
--- a/test/workers/repository/process/__snapshots__/deprecated.spec.js.snap
+++ b/test/workers/repository/process/__snapshots__/deprecated.spec.js.snap
@@ -6,11 +6,9 @@ Array [
     "Dependency deprecation warning: foo (npm)",
     "foo is deprecated
 
-Please take the actions necessary to rename or substitute this deprecated package and commit to your base branch. If you wish to ignore this deprecation warning and continue using \`foo\` as-is, please add it to your [ignoreDeps](https://renovatebot.com/docs/configuration-options/#ignoredeps) array in Renovate config before closing this issue, otherwise another issue will be recreated the next time Renovate runs.
-
 Affected package file(s): \`package.json\`, \`frontend/package.json\`
 
- Would you like to disable Renovate's deprecation warning issues? Add the following to your config:
+If you don't care about this, you can close this issue and not be warned about \`foo\`'s deprecation again. If you would like to completely disable all future deprecation warnings then add the following to your config:
 
 \`\`\`
 \\"suppressNotifications\\": [\\"deprecationWarningIssues\\"]