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 469499fa78b..bcd04e1ae3e 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 adds changes from the selected commit to your branch line. You will need to explicitly commit these changes after performing the port fix. +Cherry-pick applies the changes from a specific commit to your current branch line. After performing the cherry-pick, you must explicitly commit the changes. ### Branch Line