Skip to content

Commit

Permalink
clean attempts price
Browse files Browse the repository at this point in the history
  • Loading branch information
soracard committed Sep 13, 2023
1 parent 89c4017 commit 936f79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCard/Classes/Modules/SCKYCSummary/SCKYCSummaryView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ final class SCKYCSummaryView: UIView {
label.sora.textColor = .accentTertiary
label.sora.numberOfLines = 0
label.textAlignment = .center
label.sora.text = R.string.soraCard.getPreparedAlert("4", "3.8", preferredLanguages: .currentLocale)
label.sora.text = R.string.soraCard.getPreparedAlert("4", SCard.attemptsPrice, preferredLanguages: .currentLocale)
return label
}()

Expand Down Expand Up @@ -69,7 +69,7 @@ final class SCKYCSummaryView: UIView {
}

func configure(attempts: Int) {
warningLabel.sora.text = R.string.soraCard.getPreparedAlert(String(attempts), "3.8", preferredLanguages: .currentLocale)
warningLabel.sora.text = R.string.soraCard.getPreparedAlert(String(attempts), SCard.attemptsPrice, preferredLanguages: .currentLocale)
}

private func setupInitialLayout() {
Expand Down

0 comments on commit 936f79d

Please sign in to comment.