Update order confirmation modal title for clarity

Modify the order confirmation modal title in both Arabic and English locale files to a generic confirmation message, resolving a UI redundancy where the item name was displayed twice.
This commit is contained in:
Riyadh
2026-05-05 14:18:33 +00:00
parent 9287e1f95a
commit 9fcfbe3526
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
"category": "التصنيف",
"free": "مجاني",
"order": "اطلب",
"orderModalTitle": "اطلب: {{name}}",
"orderModalTitle": "تأكيد الطلب",
"orderNotes": "ملاحظات (اختياري)",
"orderNotesPlaceholder": "أي ملاحظات إضافية؟",
"orderNotesCounter": "{{count}}/500",
+1 -1
View File
@@ -106,7 +106,7 @@
"category": "Category",
"free": "Free",
"order": "Order",
"orderModalTitle": "Order: {{name}}",
"orderModalTitle": "Confirm order",
"orderNotes": "Notes (optional)",
"orderNotesPlaceholder": "Any extra notes?",
"orderNotesCounter": "{{count}}/500",