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
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:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user