From ab5abd7553d4e228513342ea3cae4ab1b13b3577 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sun, 14 Nov 2021 20:23:17 +0100 Subject: [PATCH] fix: replace word check with click (#12650) --- lib/workers/branch/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/workers/branch/index.ts b/lib/workers/branch/index.ts index e6fec35819..56f107a55a 100644 --- a/lib/workers/branch/index.ts +++ b/lib/workers/branch/index.ts @@ -647,7 +647,7 @@ export async function processBranch( ' - any of the package files in this branch needs updating, or \n'; content += ' - the branch becomes conflicted, or\n'; content += - ' - you check the rebase/retry checkbox if found above, or\n'; + ' - you click the rebase/retry checkbox if found above, or\n'; content += ' - you rename this PR\'s title to start with "rebase!" to trigger it manually'; content += '\n\nThe artifact failure details are included below:\n\n';