diff --git a/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/microflows/_index.md b/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/microflows/_index.md index 3efa6d2ff14..cd18d01425d 100644 --- a/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/microflows/_index.md +++ b/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/microflows/_index.md @@ -131,7 +131,7 @@ Starting from Studio Pro 10.20, there are two options available: In the warning dialog, you have the following options: * **Convert**: The original microflow is removed, only replaceable usages are updated, and any non-replaceable usages remain as they are. - * **Find usages**: Stops the conversion and finds usages of the original microflow. + * **Show usages**: Stops the conversion and shows the irreplaceable usages of the original microflow. * **Cancel**: The conversion is cancelled and no changes are made. ## Canvas Interaction {#canvas-interaction} diff --git a/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows/_index.md b/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows/_index.md index a51822638af..498cf8652e8 100644 --- a/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows/_index.md +++ b/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows/_index.md @@ -159,7 +159,7 @@ Starting from Studio Pro 10.20, there are two options available: In the warning dialog, you have the following options: * **Convert**: The original nanoflow is removed, only replaceable usages are updated, and any non-replaceable usages remain as they are. - * **Find usages**: Stops the conversion and finds usages of the original nanoflow. + * **Show usages**: Stops the conversion and shows the irreplaceable usages of the original nanoflow. * **Cancel**: The conversion is cancelled and no changes are made. ## Canvas Interaction diff --git a/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/microflows/warning-dialog.png b/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/microflows/warning-dialog.png index 4c0efed7685..293f446efe1 100644 Binary files a/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/microflows/warning-dialog.png and b/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/microflows/warning-dialog.png differ diff --git a/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows/warning-dialog.png b/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows/warning-dialog.png index f99b01edf5c..984fee393d9 100644 Binary files a/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows/warning-dialog.png and b/static/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows/warning-dialog.png differ