diff --git a/lib/workers/branch/index.js b/lib/workers/branch/index.js
index 684b34316bbc97d5e1445503078257a06575786b..8c65e35ecfab25cacf3ae66344565db36a89802a 100644
--- a/lib/workers/branch/index.js
+++ b/lib/workers/branch/index.js
@@ -141,9 +141,7 @@ async function processBranch(branchConfig, prHourlyLimitReached, packageFiles) {
             }
           } else {
             let content = `:construction_worker: This PR has received other commits, so ${appName} will stop updating it to avoid conflicts or other problems.`;
-            content += ` If you wish to abandon your changes and have ${appName} start over then you can add the label \`${
-              config.rebaseLabel
-            }\` to this PR and ${appName} will reset/recreate it.`;
+            content += ` If you wish to abandon your changes and have ${appName} start over you may click the "rebase" checkbox in the PR body/description.`;
             if (!config.suppressNotifications.includes('prEditNotification')) {
               // istanbul ignore if
               if (config.dryRun) {