From ea204894aa3883083fa03ac65b4df89468a16d18 Mon Sep 17 00:00:00 2001 From: Replit Agent Date: Tue, 7 Jul 2026 08:06:53 +0000 Subject: [PATCH] Update tab name for dedications in protocol app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename "Gifts & Shields" to "Dedications" in English and "الهدايا والدروع" to "الإهداءات" in Arabic within the protocol app's locale files. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 4fc9b8d2-3d7b-4f65-b980-61b4ffc1e22d Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/bJodRQl Replit-Helium-Checkpoint-Created: true --- artifacts/tx-os/src/locales/ar.json | 2 +- artifacts/tx-os/src/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/artifacts/tx-os/src/locales/ar.json b/artifacts/tx-os/src/locales/ar.json index 4c7c4917..dff3d7fc 100644 --- a/artifacts/tx-os/src/locales/ar.json +++ b/artifacts/tx-os/src/locales/ar.json @@ -1669,7 +1669,7 @@ "dashboard": "لوحة المعلومات", "bookings": "حجوزات القاعات", "external": "اللقاءات الخارجية", - "gifts": "الهدايا والدروع", + "gifts": "الإهداءات", "issues": "طلبات الصرف", "reports": "التقارير", "audit": "سجل النشاط", diff --git a/artifacts/tx-os/src/locales/en.json b/artifacts/tx-os/src/locales/en.json index ec6df6fa..f40b8492 100644 --- a/artifacts/tx-os/src/locales/en.json +++ b/artifacts/tx-os/src/locales/en.json @@ -1542,7 +1542,7 @@ "dashboard": "Dashboard", "bookings": "Room Bookings", "external": "External Meetings", - "gifts": "Gifts & Shields", + "gifts": "Dedications", "issues": "Issuance Requests", "reports": "Reports", "audit": "Activity Log",