diff --git a/RevenueCatUI/CustomerCenter/Views/FeedbackSurveyView.swift b/RevenueCatUI/CustomerCenter/Views/FeedbackSurveyView.swift index a5aa9b8fab..eedb944c6e 100644 --- a/RevenueCatUI/CustomerCenter/Views/FeedbackSurveyView.swift +++ b/RevenueCatUI/CustomerCenter/Views/FeedbackSurveyView.swift @@ -30,7 +30,7 @@ struct FeedbackSurveyView: View { var body: some View { VStack { - Text("Why are you cancelling?") + Text(feedbackSurveyData.configuration.title) .font(.title) .padding()