[I18N] website_sale_aplicoop: remove legacy week draft strings
This commit is contained in:
parent
ff87243476
commit
813c8071d9
6 changed files with 106 additions and 85 deletions
|
|
@ -42,7 +42,7 @@ def _register_translations():
|
|||
# Draft Modal Labels
|
||||
# ========================
|
||||
_("Draft Already Exists")
|
||||
_("A saved draft already exists for this week.")
|
||||
_("A saved draft already exists for the current order period.")
|
||||
_("You have two options:")
|
||||
_("Option 1: Merge with Existing Draft")
|
||||
_("Combine your current cart with the existing draft.")
|
||||
|
|
@ -89,7 +89,7 @@ def _register_translations():
|
|||
# Error Messages
|
||||
# ========================
|
||||
_("Error: Order ID not found")
|
||||
_("No draft orders found for this week")
|
||||
_("No draft orders found for the current order period")
|
||||
_("Connection error")
|
||||
_("Error loading order")
|
||||
_("Error loading draft")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue