Digital ACT-191 ONEAPP-11355 story: updating list content

This commit is contained in:
Vasavi Kanamarlapudi 2024-10-18 19:56:34 +05:30
parent 76fd6a119c
commit fd47fde62e

View File

@ -104,6 +104,10 @@ class ListUnorderedViewController: BaseViewController<ListUnordered> {
spacingPickerView.text = component.spacing.rawValue
leadInTextField.text = "To manage your existing Call Intercept calling feature:"
self.component.leadInText = "To manage your existing Call Intercept calling feature:"
listItemTwoLevelTwoTextOne.text = "Priority callers can bypass Call Intercept by entering your 4 digit Call Intercept Override Code."
listItemTwoLevelTwoTextTwo.text = "Your phone will alert you with a short-short-long ring and \"Priority Caller\" will appear on your display"
updateUnorderList()
self.component.unorderedList = self.unorderedList ?? []
}
}