diff --git a/app/MindWork AI Studio/Components/ConfigurationShortcut.razor.cs b/app/MindWork AI Studio/Components/ConfigurationShortcut.razor.cs index 8afdc4b6..1d2abe3c 100644 --- a/app/MindWork AI Studio/Components/ConfigurationShortcut.razor.cs +++ b/app/MindWork AI Studio/Components/ConfigurationShortcut.razor.cs @@ -25,7 +25,7 @@ public partial class ConfigurationShortcut : ConfigurationBaseCore public Func Shortcut { get; set; } = () => string.Empty; /// - /// An action which is called when the shortcut was changed. + /// An action that is called when the shortcut was changed. /// [Parameter] public Action ShortcutUpdate { get; set; } = _ => { }; @@ -43,7 +43,7 @@ public partial class ConfigurationShortcut : ConfigurationBaseCore public Func ShortcutDisplaySource { get; set; } = () => string.Empty; /// - /// An action which is called when the user-facing shortcut label was changed. + /// An action that is called when the user-facing shortcut label was changed. /// [Parameter] public Action ShortcutDisplayUpdate { get; set; } = (_, _) => { };