-
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 2 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 | ||||
---|---|---|---|---|---|---|
|
@@ -1642,27 +1642,9 @@ | |||||
"passwordHistory": { | ||||||
"message": "Password history" | ||||||
}, | ||||||
"generatorHistory": { | ||||||
"message": "Generator history" | ||||||
}, | ||||||
"clearGeneratorHistoryTitle": { | ||||||
"message": "Clear generator history" | ||||||
}, | ||||||
"cleargGeneratorHistoryDescription": { | ||||||
"message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" | ||||||
}, | ||||||
"noPasswordsInList": { | ||||||
"message": "There are no passwords to list." | ||||||
}, | ||||||
"clearHistory": { | ||||||
"message": "Clear history" | ||||||
}, | ||||||
"nothingToShow": { | ||||||
"message": "Nothing to show" | ||||||
}, | ||||||
"nothingGeneratedRecently": { | ||||||
"message": "You haven't generated anything recently" | ||||||
}, | ||||||
"clear": { | ||||||
"message": "Clear", | ||||||
"description": "To clear something out. Example: To clear browser history." | ||||||
|
@@ -3879,6 +3861,15 @@ | |||||
} | ||||||
} | ||||||
}, | ||||||
"freeTrialEndPromptV2": { | ||||||
"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 |
||||||
"placeholders": { | ||||||
|
@@ -3892,6 +3883,19 @@ | |||||
} | ||||||
} | ||||||
}, | ||||||
"freeTrialEndPromptAboveTwoDaysV2": { | ||||||
"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", | ||||||
"example": "organization name" | ||||||
}, | ||||||
"organization": { | ||||||
"content": "$1", | ||||||
"example": "remaining days" | ||||||
} | ||||||
} | ||||||
}, | ||||||
"freeTrialEndPromptForOneDay": { | ||||||
"message": "$ORGANIZATION$, your free trial ends tomorrow. To maintain your subscription,", | ||||||
"placeholders": { | ||||||
|
@@ -3901,9 +3905,21 @@ | |||||
} | ||||||
} | ||||||
}, | ||||||
"freeTrialEndPromptForOneDayV2": { | ||||||
"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," | ||||||
}, | ||||||
"freeTrialEndPromptForOneDayNoOrgNameV2": { | ||||||
"message": "Your free trial ends tomorrow." | ||||||
}, | ||||||
"freeTrialEndPromptForLessThanADay": { | ||||||
"message": "$ORGANIZATION$, your free trial ends today. To maintain your subscription,", | ||||||
"placeholders": { | ||||||
|
@@ -3913,12 +3929,27 @@ | |||||
} | ||||||
} | ||||||
}, | ||||||
"freeTrialEndPromptForLessThanADayV2": { | ||||||
"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," | ||||||
}, | ||||||
"freeTrialEndingSoonWithoutOrgNameV2": { | ||||||
"message": "Your free trial ends today." | ||||||
}, | ||||||
"routeToPaymentMethodTrigger": { | ||||||
"message": "add a payment method." | ||||||
}, | ||||||
"routeToPaymentMethodTriggerV2": { | ||||||
"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" | ||||||
}, | ||||||
|
@@ -8069,18 +8100,9 @@ | |||||
"loginInitiated": { | ||||||
"message": "Login initiated" | ||||||
}, | ||||||
"rememberThisDeviceToMakeFutureLoginsSeamless": { | ||||||
"message": "Remember this device to make future logins seamless" | ||||||
}, | ||||||
"deviceApprovalRequired": { | ||||||
"message": "Device approval required. Select an approval option below:" | ||||||
}, | ||||||
"deviceApprovalRequiredV2": { | ||||||
"message": "Device approval required" | ||||||
}, | ||||||
"selectAnApprovalOptionBelow": { | ||||||
"message": "Select an approval option below" | ||||||
}, | ||||||
"rememberThisDevice": { | ||||||
"message": "Remember this device" | ||||||
}, | ||||||
|
@@ -8310,9 +8332,6 @@ | |||||
"userEmailMissing": { | ||||||
"message": "User email missing" | ||||||
}, | ||||||
"activeUserEmailNotFoundLoggingYouOut": { | ||||||
"message": "Active user email not found. Logging you out." | ||||||
}, | ||||||
"deviceTrusted": { | ||||||
"message": "Device trusted" | ||||||
}, | ||||||
|
@@ -8408,6 +8427,9 @@ | |||||
"collectionManagementDesc": { | ||||||
"message": "Manage the collection behavior for the organization" | ||||||
}, | ||||||
"limitCollectionCreationDeletionDesc": { | ||||||
"message": "Limit collection creation and deletion to owners and admins" | ||||||
}, | ||||||
"limitCollectionCreationDesc": { | ||||||
"message": "Limit collection creation to owners and admins" | ||||||
}, | ||||||
|
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