[I18N] website_sale_aplicoop: remove legacy week draft strings

This commit is contained in:
snt 2026-03-31 19:07:43 +02:00
parent ff87243476
commit 813c8071d9
6 changed files with 106 additions and 85 deletions

View file

@ -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")