-
Notifications
You must be signed in to change notification settings - Fork 10
[T3118] FIX: overwriting default payment terms #324
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
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 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -4728,4 +4728,15 @@ msgstr "S'inscrire" | |||||||||||
| msgid "" | ||||||||||||
| "Given the time it takes for mail to arrive, it could take between one and " | ||||||||||||
| "three months for you to receive a reply." | ||||||||||||
| msgstr "Compte tenu des délais de livraison des lettres, la réponse pourrait vous parvenir entre un et trois mois." | ||||||||||||
| msgstr "Compte tenu des délais de livraison des lettres, la réponse pourrait vous parvenir entre un et trois mois." | ||||||||||||
|
|
||||||||||||
| #. module: payment | ||||||||||||
| #: code:addons/payment/static/src/js/payment_processing.js:0 | ||||||||||||
| #, python-format | ||||||||||||
| msgid "We are processing your payments, please wait ..." | ||||||||||||
| msgstr "Nous traitons tes paiments, merci de rester patient ..." | ||||||||||||
| #. module: payment | ||||||||||||
|
Comment on lines
+4737
to
+4738
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
|
||||||||||||
| #: code:addons/payment/static/src/js/payment_processing.js:0 | ||||||||||||
| #, python-format | ||||||||||||
| msgid "We are processing your payment, please wait ..." | ||||||||||||
| msgstr "Nous traitons ton paiement, merci de rester patient ..." | ||||||||||||
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.
paimentsshould bepaiements. This typo will be rendered verbatim to French-speaking users when multiple payments are being processed.