added text to use string file
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
51f9f2eba2
commit
2f80ee891d
@ -26,7 +26,7 @@ open class TooltipModel: MoleculeModelProtocol {
|
||||
|
||||
public var fillColor: VDS.Tooltip.FillColor = .primary
|
||||
|
||||
public var closeButtonText: String = "Close"
|
||||
public var closeButtonText: String = { MVMCoreUIUtility.hardcodedString(withKey: "AccCloseButton") ?? "Close" }()
|
||||
|
||||
public var title: String?
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user