diff --git a/lib/config/templates/group-pr-body.hbs b/lib/config/templates/group-pr-body.hbs
index 305e433a360001ede583675972a35993dacc4e59..9ba59af4547038fda02e54754c490f8bed68f3d5 100644
--- a/lib/config/templates/group-pr-body.hbs
+++ b/lib/config/templates/group-pr-body.hbs
@@ -23,4 +23,4 @@ This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package grou
 <br />
 <br />
 
-This PR has been autogenerated by [Renovate Bot](https://keylocation.sg/our-tech/renovate).
+This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://keylocation.sg/our-tech/renovate).
diff --git a/lib/config/templates/pr-body.hbs b/lib/config/templates/pr-body.hbs
index c08253626ad3f055c43e2be793b9fb49e5f7ab82..b6781c332cc230b9fe409be1e78d8d790000631b 100644
--- a/lib/config/templates/pr-body.hbs
+++ b/lib/config/templates/pr-body.hbs
@@ -17,4 +17,4 @@ This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates dependency [{{depN
 <br />
 <br />
 
-This PR has been autogenerated by [Renovate Bot](https://keylocation.sg/our-tech/renovate).
+This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://keylocation.sg/our-tech/renovate).
diff --git a/test/workers/pr.spec.js b/test/workers/pr.spec.js
index 1432f26917236d7b76a648f8115c912f84a966c3..23429b2d646ab43e77d585ebaa29a84f3711bdf3 100644
--- a/test/workers/pr.spec.js
+++ b/test/workers/pr.spec.js
@@ -103,7 +103,7 @@ describe('workers/pr', () => {
 <br />
 <br />
 
-This PR has been autogenerated by [Renovate Bot](https://keylocation.sg/our-tech/renovate).`,
+This PR has been generated by [Renovate Bot](https://keylocation.sg/our-tech/renovate).`,
         displayNumber: 'Existing PR',
       };
     });