Digital ACT-191 ONEAPP-11355 story: updating list content
This commit is contained in:
parent
76fd6a119c
commit
fd47fde62e
@ -104,6 +104,10 @@ class ListUnorderedViewController: BaseViewController<ListUnordered> {
|
|||||||
spacingPickerView.text = component.spacing.rawValue
|
spacingPickerView.text = component.spacing.rawValue
|
||||||
leadInTextField.text = "To manage your existing Call Intercept calling feature:"
|
leadInTextField.text = "To manage your existing Call Intercept calling feature:"
|
||||||
self.component.leadInText = "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 ?? []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user