diff --git a/packages/Telephony/Schemas/Microsoft.Telephony.PauseRecording.uischema b/packages/Telephony/Schemas/Microsoft.Telephony.PauseRecording.uischema index c4d872b250..74a91821e7 100644 --- a/packages/Telephony/Schemas/Microsoft.Telephony.PauseRecording.uischema +++ b/packages/Telephony/Schemas/Microsoft.Telephony.PauseRecording.uischema @@ -2,7 +2,7 @@ "$schema": "https://schemas.botframework.com/schemas/ui/v1.0/ui.schema", "form": { "label": "Recording Pause", - "subtitle": "Recording Pause", + "subtitle": "Pauses recording the current conversation", "order": [ "*" ], diff --git a/packages/Telephony/Schemas/Microsoft.Telephony.ResumeRecording.uischema b/packages/Telephony/Schemas/Microsoft.Telephony.ResumeRecording.uischema index 08b3c68cf1..9560a7fd69 100644 --- a/packages/Telephony/Schemas/Microsoft.Telephony.ResumeRecording.uischema +++ b/packages/Telephony/Schemas/Microsoft.Telephony.ResumeRecording.uischema @@ -2,7 +2,7 @@ "$schema": "https://schemas.botframework.com/schemas/ui/v1.0/ui.schema", "form": { "label": "Recording Resume", - "subtitle": "Recording Resume", + "subtitle": "Resumes recording the current conversation", "order": [ "*" ], diff --git a/packages/Telephony/Schemas/Microsoft.Telephony.StartRecording.uischema b/packages/Telephony/Schemas/Microsoft.Telephony.StartRecording.uischema index 7b40c9fff0..2988a0932f 100644 --- a/packages/Telephony/Schemas/Microsoft.Telephony.StartRecording.uischema +++ b/packages/Telephony/Schemas/Microsoft.Telephony.StartRecording.uischema @@ -2,7 +2,7 @@ "$schema": "https://schemas.botframework.com/schemas/ui/v1.0/ui.schema", "form": { "label": "Recording Start", - "subtitle": "Recording Start", + "subtitle": "Starts recording the current conversation", "order": [ "*" ],