-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feat/new splitting quote #66
base: master
Are you sure you want to change the base?
Conversation
Hi! I'm VTEX IO CI/CD Bot and I'll be helping you to publish your app! 🤖 Please select which version do you want to release:
And then you just need to merge your PR when you are ready! There is no need to create a release commit/tag.
|
@@ -5,6 +5,14 @@ | |||
"admin/b2b-quotes.settings.saveSettings.failure": "Неуспешно запазване на настройките", | |||
"admin/b2b-quotes.settings.saveSettings.success": "Настройките са запазени успешно", | |||
"admin/b2b-quotes.settings.cartLifeSpan.label": "Период на изтичане по подразбиране (в дни) за оферти и запазени колички", | |||
"admin/b2b-quotes.settings.saveSettings.management.quotes.experiration.data": "Expiration Period for Quotes and Saved Carts", |
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.
There's a typo in the property name. It is written experiration
and should be expiration
. The same issue is present in the messages in other languages. Also, this property text is in English in all languages and not translated.
<Box as="section" csx={{ paddingBottom: 5 }}> | ||
<Box> | ||
<h3 style={{ fontSize: '1rem', fontWeight: 600 }}> | ||
Expiration Period for Quotes and Saved Carts |
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.
This section has a hardcoded text instead of a FormattedMessage
. Why?
What problem is this solving?
Add new splitting quote configuration to settings UI
How to test it?
[Workspace](Link goes here!)
Screenshots or example usage:
Describe alternatives you've considered, if any.
Related to / Depends on
How does this PR make you feel? 🔗
![](put .gif link here - can be found under "advanced" on giphy)