diff --git a/plugins/git-release-manager/src/features/Patch/PatchBody.tsx b/plugins/git-release-manager/src/features/Patch/PatchBody.tsx
index 272363380f..71aaa7e1f7 100644
--- a/plugins/git-release-manager/src/features/Patch/PatchBody.tsx
+++ b/plugins/git-release-manager/src/features/Patch/PatchBody.tsx
@@ -141,6 +141,15 @@ export const PatchBody = ({
)}
+
+
+ Patches the release branch, creates a new tag and updates the Git
+ release. Before patching the release branch, a validation sequence
+ will run to ensure there's no merge conflicts. Manual patching is
+ recommended should the validation fail.
+
+
+