Skip to content

Commit

Permalink
Fixed an issue where an app name was hard coded into redeem offer
Browse files Browse the repository at this point in the history
  • Loading branch information
russell-archer committed Jun 23, 2023
1 parent 947634c commit 8c6e0d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public struct RedeemOfferCodeView: View {
}
}

CaptionFont(scaleFactor: storeHelper.fontScaleFactor) { Text("Have an offer code for Writerly? \(Utils.confirmGestureText()) \"\(redeemOfferCodeButtonText)\" to redeem your code and get instant access to the associated product.")}
CaptionFont(scaleFactor: storeHelper.fontScaleFactor) { Text("Have an offer code? \(Utils.confirmGestureText()) \"\(redeemOfferCodeButtonText)\" to redeem your code and get instant access to the associated product.")}
.multilineTextAlignment(.center)
.padding(EdgeInsets(top: 0, leading: 10, bottom: 10, trailing: 10))
.foregroundColor(.secondary)
Expand Down

0 comments on commit 8c6e0d0

Please sign in to comment.