Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldrabik committed Jul 21, 2023
1 parent 53364cb commit cea1ca7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ class PurchaseItemView : MaterialCardView {
}
viewPurchaseItemDescriptionDetails.text =
"You will be automatically enrolled in a paid subscription at the end of the free period. " +
"Cancel anytime during free period if you do not want to convert to a paid subscription. " +
"Subscription will be automatically renewed and charged every $period."
"Cancel anytime during free period if you do not want to convert to a paid subscription. " +
"Subscription will be automatically renewed and charged every $period."
viewPurchaseItemPrice.text = "${item.price} / $period"
}
}
Expand Down

0 comments on commit cea1ca7

Please sign in to comment.