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. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: d2a9850b-3afa-47aa-b54b-73a5f14c5ac6 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/UggHvbd Replit-Helium-Checkpoint-Created: true
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
"category": "التصنيف",
|
"category": "التصنيف",
|
||||||
"free": "مجاني",
|
"free": "مجاني",
|
||||||
"order": "اطلب",
|
"order": "اطلب",
|
||||||
"orderModalTitle": "اطلب: {{name}}",
|
"orderModalTitle": "تأكيد الطلب",
|
||||||
"orderNotes": "ملاحظات (اختياري)",
|
"orderNotes": "ملاحظات (اختياري)",
|
||||||
"orderNotesPlaceholder": "أي ملاحظات إضافية؟",
|
"orderNotesPlaceholder": "أي ملاحظات إضافية؟",
|
||||||
"orderNotesCounter": "{{count}}/500",
|
"orderNotesCounter": "{{count}}/500",
|
||||||
|
|||||||
@@ -106,7 +106,7 @@
|
|||||||
"category": "Category",
|
"category": "Category",
|
||||||
"free": "Free",
|
"free": "Free",
|
||||||
"order": "Order",
|
"order": "Order",
|
||||||
"orderModalTitle": "Order: {{name}}",
|
"orderModalTitle": "Confirm order",
|
||||||
"orderNotes": "Notes (optional)",
|
"orderNotes": "Notes (optional)",
|
||||||
"orderNotesPlaceholder": "Any extra notes?",
|
"orderNotesPlaceholder": "Any extra notes?",
|
||||||
"orderNotesCounter": "{{count}}/500",
|
"orderNotesCounter": "{{count}}/500",
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
Reference in New Issue
Block a user