Skip to content

Commit a39e6ab

Browse files
committed
Fix acrolinx score
1 parent 38080bf commit a39e6ab

File tree

2 files changed

+2
-2
lines changed
  • articles/communication-services/how-tos/ui-library-sdk/includes/setup-title-subtitle

2 files changed

+2
-2
lines changed

articles/communication-services/how-tos/ui-library-sdk/includes/setup-title-subtitle/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: azure-communication-services
1010

1111
## Customize title and subtitle
1212

13-
To set and update call screen header `title` and `subtitle`, utilize `CallCompositeCallScreenOptions` to configure `CallCompositeCallScreenHeaderOptions`. Default UI library title will be displayed if `title` value is not configured.
13+
To set and update call screen header `title` and `subtitle`, utilize `CallCompositeCallScreenOptions` to configure `CallCompositeCallScreenHeaderOptions`. Default UI library title is displayed if `title` value isn't configured.
1414

1515
#### [Kotlin](#tab/kotlin)
1616

articles/communication-services/how-tos/ui-library-sdk/includes/setup-title-subtitle/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: azure-communication-services
1010

1111
## Customize title and subtitle
1212

13-
To set and update call screen infoHeader `title` & `subtitle`, we have `CallScreenHeaderOptions` to configure and pass to `CallScreenOptions` by param `headerOptions`. The `title`, `Subtitle` in `CallScreenHeaderOptions` are optional parameters and `headerOptions` itself is optional as well.
13+
To set and update call screen infoHeader `title` & `subtitle`, we have `CallScreenHeaderOptions` to configure and pass to `CallScreenOptions` by param `headerOptions`. The `title`, `Subtitle` in `CallScreenHeaderOptions` are optional parameters and `headerOptions` itself is optional as well. Default UI library title is displayed if `title` value isn't configured.
1414

1515
```swift
1616
var callScreenHeaderOptions = CallScreenHeaderOptions(

0 commit comments

Comments
 (0)