Skip to content

Commit bc38c79

Browse files
update subscriptiont thank you text
1 parent 1538670 commit bc38c79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

client/packages/lowcoder/src/i18n/locales/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2304,8 +2304,8 @@ export const en = {
23042304
"subscriptionHelp" : "Subscription Help",
23052305
"subscriptionHelpDescription" : "If you have any questions, please contact us. We are happy to help you. service@lowcoder.cloud",
23062306
"success" : "Payment & Subscription Success",
2307-
"successTitle" : "Thank you for your trust in Lowcoder!",
2308-
"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!",
2307+
"successTitle" : "Thank You for Joining the Lowcoder Family!",
2308+
"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.",
23092309
"successLowcoderTeam" : "The Lowcoder Team",
23102310
},
23112311
"subscriptionError": {

client/packages/lowcoder/src/pages/setting/subscriptions/subscriptionSuccess.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ export function SubscriptionSuccess() {
7070
<SuccessCard bordered>
7171
<SubscriptionSuccessContent>
7272
<Title level={2}>{trans("subscription.successTitle")}</Title>
73-
<Paragraph>{trans("subscription.successThankYou")}</Paragraph>
73+
<Paragraph style={{whiteSpace: 'pre-line'}}>{trans("subscription.successThankYou")}</Paragraph>
7474

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

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

0 commit comments

Comments
 (0)