-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PM-15180] - update copy for free trial banner #12151
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -3870,17 +3870,17 @@ | |||||
"updateBrowserDesc": { | ||||||
"message": "You are using an unsupported web browser. The web vault may not function properly." | ||||||
}, | ||||||
"freeTrialEndPrompt": { | ||||||
"message": "Your free trial ends in $COUNT$ days. To maintain your subscription,", | ||||||
"freeTrialEndPromptCount": { | ||||||
"message": "Your free trial ends in $COUNT$ days.", | ||||||
"placeholders": { | ||||||
"count": { | ||||||
"content": "$1", | ||||||
"example": "You must set up 2FA on your user account before you can join this organization." | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i just noticed, this example text is wrong. |
||||||
} | ||||||
} | ||||||
}, | ||||||
"freeTrialEndPromptAboveTwoDays": { | ||||||
"message": "$ORGANIZATION$, your free trial ends in $COUNT$ days. To maintain your subscription,", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Did business requested that There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @cyprain-okeke Given how different languages break up sentences in different ways and the fact this translation in particular was broken between 2 keys it was decided to make both keys complete sentences in order to allow for proper translation. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please provide a video recording There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @cyprain-okeke Sorry I'm not sure what you mean. What would you like the recording of? I can provide a screenshot of what new copy looks like if that's what you'd like. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. run the application and test it, while testing record it and attached it to the pr. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @cyprain-okeke Screen recording attached |
||||||
"freeTrialEndPromptMultipleDays": { | ||||||
"message": "$ORGANIZATION$, your free trial ends in $COUNT$ days.", | ||||||
"placeholders": { | ||||||
"count": { | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the example text is wrong for the two placeholders. |
||||||
"content": "$2", | ||||||
|
@@ -3892,32 +3892,32 @@ | |||||
} | ||||||
} | ||||||
}, | ||||||
"freeTrialEndPromptForOneDay": { | ||||||
"message": "$ORGANIZATION$, your free trial ends tomorrow. To maintain your subscription,", | ||||||
"freeTrialEndPromptTomorrow": { | ||||||
"message": "$ORGANIZATION$, your free trial ends tomorrow.", | ||||||
"placeholders": { | ||||||
"organization": { | ||||||
"content": "$1", | ||||||
"example": "organization name" | ||||||
} | ||||||
} | ||||||
}, | ||||||
"freeTrialEndPromptForOneDayNoOrgName": { | ||||||
"message": "Your free trial ends tomorrow. To maintain your subscription," | ||||||
"freeTrialEndPromptTomorrowNoOrgName": { | ||||||
"message": "Your free trial ends tomorrow." | ||||||
}, | ||||||
"freeTrialEndPromptForLessThanADay": { | ||||||
"message": "$ORGANIZATION$, your free trial ends today. To maintain your subscription,", | ||||||
"freeTrialEndPromptToday": { | ||||||
"message": "$ORGANIZATION$, your free trial ends today.", | ||||||
"placeholders": { | ||||||
"organization": { | ||||||
"content": "$1", | ||||||
"example": "organization name" | ||||||
} | ||||||
} | ||||||
}, | ||||||
"freeTrialEndingSoonWithoutOrgName": { | ||||||
"message": "Your free trial ends today. To maintain your subscription," | ||||||
"freeTrialEndingTodayWithoutOrgName": { | ||||||
"message": "Your free trial ends today." | ||||||
}, | ||||||
"routeToPaymentMethodTrigger": { | ||||||
"message": "add a payment method." | ||||||
"clickHereToAddPaymentMethod": { | ||||||
"message": "Click here add a payment method." | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
}, | ||||||
"joinOrganization": { | ||||||
"message": "Join organization" | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could not find this in
messages.json