File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
client/packages/lowcoder/src
pages/setting/subscriptions Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2300,6 +2300,8 @@ export const en = {
2300
2300
"billingReason.subscription_update" : "Subscription Update" ,
2301
2301
"backToSubscriptions" : "Back to Subscriptions" ,
2302
2302
"manageSubscription" : "Manage Your Subscription" ,
2303
+ "subscriptionHelp" : "Subscription Help" ,
2304
+ "subscriptionHelpDescription" : "If you have any questions, please contact us. We are happy to help you. service@lowcoder.cloud" ,
2303
2305
} ,
2304
2306
"subscriptionError" : {
2305
2307
"fetchProductDetails" : "Error fetching product details." ,
Original file line number Diff line number Diff line change @@ -216,11 +216,18 @@ export function SubscriptionDetail() {
216
216
</ CardWrapper >
217
217
218
218
{ /* Manage Subscription Button */ }
219
- < CardWrapper title = { trans ( "subscription.manageSubscription" ) } style = { { marginBottom : "60px" } } >
219
+ < CardWrapper title = { trans ( "subscription.manageSubscription" ) } >
220
220
< ManageSubscriptionButton type = "primary" onClick = { handleCustomerPortalRedirect } >
221
221
{ trans ( "subscription.manageSubscription" ) }
222
222
</ ManageSubscriptionButton >
223
223
</ CardWrapper >
224
+
225
+ { /* Manage Subscription Button */ }
226
+ < CardWrapper title = { trans ( "subscription.subscriptionHelp" ) } >
227
+ < span > { trans ( "subscription.subscriptionHelpDescription" ) } </ span >
228
+ </ CardWrapper >
229
+
230
+ < br /> < br />
224
231
</ Wrapper >
225
232
) ;
226
233
}
You can’t perform that action at this time.
0 commit comments