Skip to content

Commit

Permalink
Issue 207 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
BigDada1 authored Mar 28, 2022
1 parent 7b35bb9 commit 63a7ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Models/BLTNActionItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import UIKit
@objc open var alternativeButtonTitle: String? {
didSet {
alternativeButton?
.setTitle(actionButtonTitle, for: .normal)
.setTitle(alternativeButtonTitle, for: .normal)
}
}

Expand Down

0 comments on commit 63a7ea3

Please sign in to comment.