diff --git a/app/MindWork AI Studio/Settings/SendBehavior.cs b/app/MindWork AI Studio/Settings/SendBehavior.cs index 96a3fd59..cc92883a 100644 --- a/app/MindWork AI Studio/Settings/SendBehavior.cs +++ b/app/MindWork AI Studio/Settings/SendBehavior.cs @@ -13,7 +13,7 @@ public enum SendBehavior /// /// The user can send the input to the AI by pressing any modifier key - /// together with the enter key. Alternatively, the user can click the send + /// together with the enter key. Alternatively, the user can click the sent /// button. The enter key alone adds a new line. /// MODIFER_ENTER_IS_SENDING,