Update toggle labels and restore image
Update locale keys for toggle functionality from 'editToggle' to 'saveToggle' and revert 'opengraph.jpg' to its previous state. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 05fe07ec-5152-4ad6-985f-c842d7501206 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/fEDT27c Replit-Helium-Checkpoint-Created: true
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 24 KiB |
@@ -881,6 +881,8 @@
|
||||
"editToggleOff": "وضع التعديل معطّل",
|
||||
"saveToggle": "حفظ",
|
||||
"saveToggleAria": "إنهاء التعديل وحفظ التغييرات",
|
||||
"saveToggleOn": "وضع التعديل مفعّل — انقر للحفظ والخروج",
|
||||
"saveToggleOff": "وضع التعديل معطّل — انقر للبدء بالتعديل",
|
||||
"bulkSelectRow": "تحديد الاجتماع",
|
||||
"bulkSelectAll": "تحديد الكل",
|
||||
"bulkSelectionCount": "محدد: {{n}} من {{total}}",
|
||||
|
||||
@@ -834,6 +834,8 @@
|
||||
"editToggleOff": "Edit mode off",
|
||||
"saveToggle": "Save",
|
||||
"saveToggleAria": "Finish editing and save changes",
|
||||
"saveToggleOn": "Edit mode on — click to save and exit",
|
||||
"saveToggleOff": "Edit mode off — click to start editing",
|
||||
"bulkSelectRow": "Select meeting",
|
||||
"bulkSelectAll": "Select all",
|
||||
"bulkSelectionCount": "Selected: {{n}} of {{total}}",
|
||||
|
||||
@@ -1505,8 +1505,8 @@ function ScheduleSection({
|
||||
}
|
||||
title={
|
||||
editMode
|
||||
? t("executiveMeetings.schedule.editToggleOn")
|
||||
: t("executiveMeetings.schedule.editToggleOff")
|
||||
? t("executiveMeetings.schedule.saveToggleOn")
|
||||
: t("executiveMeetings.schedule.saveToggleOff")
|
||||
}
|
||||
data-testid="em-edit-mode-toggle"
|
||||
className={
|
||||
|
||||
Reference in New Issue
Block a user