fix the error
Build & Deploy / Deploy to VPS (push) Has been cancelled
Build & Deploy / Build & Push Docker Image (push) Has been cancelled
Test / API Unit Tests (push) Failing after 4m59s
Test / Marketplace Unit Tests (push) Has been cancelled
Test / Admin Unit Tests (push) Has been cancelled
Test / Dashboard Unit Tests (push) Has been cancelled
Test / API Integration Tests (push) Has been cancelled

This commit is contained in:
root
2026-06-24 02:09:11 -04:00
parent 8ee9bc0bca
commit 4f9107758e
@@ -304,7 +304,9 @@ export default function AdminSiteConfigPage() {
pillars: copy.valueSection, pillars: copy.valueSection,
audiences: `${copy.companySection} / ${copy.renterSection}`, audiences: `${copy.companySection} / ${copy.renterSection}`,
features: copy.featureSection, features: copy.featureSection,
howitworks: language === 'fr' ? 'Fonctionnement' : language === 'ar' ? 'كيفية العمل' : 'How it works',
steps: copy.stepsSection, steps: copy.stepsSection,
testimonials: language === 'fr' ? 'Témoignages' : language === 'ar' ? 'الشهادات' : 'Testimonials',
closing: copy.closingSection, closing: copy.closingSection,
} }