Skip to content

Commit

Permalink
update subscriptiont thank you text
Browse files Browse the repository at this point in the history
  • Loading branch information
raheeliftikhar5 committed Nov 17, 2024
1 parent 1538670 commit bc38c79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/packages/lowcoder/src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2304,8 +2304,8 @@ export const en = {
"subscriptionHelp" : "Subscription Help",
"subscriptionHelpDescription" : "If you have any questions, please contact us. We are happy to help you. [email protected]",
"success" : "Payment & Subscription Success",
"successTitle" : "Thank you for your trust in Lowcoder!",
"successThankYou" : "Your trust and decision to partner with us mean the world to our entire team. We want you to know that we are fully committed to delivering exceptional service, unparalleled support, and continuous value every step of the way. At Lowcoder, our customers are at the heart of everything we do. We are passionate about helping you achieve your goals, and we take pride in being more than just a platform. Whether it's providing quick solutions, building innovative features, or simply being there when you need us, we are dedicated to making your experience outstanding. Thank you for inspiring us to strive for excellence every day. We love what we do, and we couldn’t do it without incredible customers like you. Welcome aboard, and let’s create something extraordinary together!",
"successTitle" : "Thank You for Joining the Lowcoder Family!",
"successThankYou" : "We're thrilled to have you on board! Your trust in Lowcoder means everything to us, and we're committed to delivering an exceptional experience from day one.\n\nAt Lowcoder, you're not just a customer but you're part of a community that drives innovation and growth. Our mission is to help you achieve your goals with ease, whether that means solving challenges quickly, building innovative solutions, or being there whenever you need support.\n\nHere's what you can look forward to:\n\n• Top-notch support: Our team is ready to assist you at every step.\n• Continuous innovation: We're always improving to bring you the best tools and features.\n• A partnership for success: Your success is our priority.\n\nThank you for inspiring us to push boundaries and strive for excellence every day. We can't wait to see what we'll build together.\n\nWelcome aboard! Let's make extraordinary things happen.",
"successLowcoderTeam" : "The Lowcoder Team",
},
"subscriptionError": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ export function SubscriptionSuccess() {
<SuccessCard bordered>
<SubscriptionSuccessContent>
<Title level={2}>{trans("subscription.successTitle")}</Title>
<Paragraph>{trans("subscription.successThankYou")}</Paragraph>
<Paragraph style={{whiteSpace: 'pre-line'}}>{trans("subscription.successThankYou")}</Paragraph>

{/* Success Image */}
<ImageWrapper>
<img src="https://raw.githubusercontent.com/lowcoder-org/lowcoder-media-assets/refs/heads/main/images/Lowcoder%20Team.jpg" alt={trans("subscription.successImageAlt")} />
<img loading="lazy" src="https://raw.githubusercontent.com/lowcoder-org/lowcoder-media-assets/refs/heads/main/images/Lowcoder%20Team.jpg" alt={trans("subscription.successImageAlt")} />
</ImageWrapper>

<Paragraph>{trans("subscription.successLowcoderTeam")}</Paragraph>
Expand Down

0 comments on commit bc38c79

Please sign in to comment.