From 81b9783d9dc9d8d5db2e8a768cfe3ab7cedcaa74 Mon Sep 17 00:00:00 2001
From: Pradeep <pradeepkumar.patil@mendix.com>
Date: Thu, 3 Apr 2025 12:10:28 +0530
Subject: [PATCH] [ SOLP-3053] Updates implementation for version control port
 fix

---
 .../modeling/menus/version-control-menu/merge-dialog.md         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/en/docs/refguide/modeling/menus/version-control-menu/merge-dialog.md b/content/en/docs/refguide/modeling/menus/version-control-menu/merge-dialog.md
index de2fb15a648..1195c220b1f 100644
--- a/content/en/docs/refguide/modeling/menus/version-control-menu/merge-dialog.md
+++ b/content/en/docs/refguide/modeling/menus/version-control-menu/merge-dialog.md
@@ -22,7 +22,7 @@ Available scenarios are described in sections below.
 
 This scenario allows you to move a fix from a maintenance branch line to the main line. If you just want to redo a small fix, a single commit is often enough.
 
-Port fix transports the actual commit from one branch and directly applies it, including author and commit text to another branch. This means you do not need to explicitly commit your change.
+Port fix adds changes from the selected commit to your branch line. You will need to explicitly commit these changes after performing the port fix.
 
 ### Branch Line