There is a bug when changing the `alternativeButtonTitle`: after setting the property the `alternativeButton` always receives the `actionButtonTitle`. See [BLTNActionItem.swift#L57](https://github.com/alexisakers/BulletinBoard/blob/develop/Sources/Models/BLTNActionItem.swift#L57): - wrong: `.setTitle(actionButtonTitle, for: .normal)` - fixed: `.setTitle(alternativeButtonTitle, for: .normal)`