- {offer.isPublic &&
{t.marketplace}}
+ {offer.isPublic &&
{t.storefront}}
{offer.isFeatured &&
{t.featured}}
{offer.promoCode &&
{offer.promoCode}}
{typeof offer.redemptionCount === 'number' && (
diff --git a/apps/dashboard/src/app/(dashboard)/online-reservations/page.tsx b/apps/dashboard/src/app/(dashboard)/online-reservations/page.tsx
index 7f4ce7c..e578a91 100644
--- a/apps/dashboard/src/app/(dashboard)/online-reservations/page.tsx
+++ b/apps/dashboard/src/app/(dashboard)/online-reservations/page.tsx
@@ -109,7 +109,7 @@ export default function OnlineReservationsPage() {
const copy = {
en: {
title: 'Online Reservations',
- subtitle: 'Requests submitted by customers through the marketplace. Confirm or decline each one.',
+ subtitle: 'Requests submitted by customers through the storefront. Confirm or decline each one.',
refresh: 'Refresh',
pendingApproval: 'Pending approval',
loading: 'Loading…',
@@ -122,7 +122,7 @@ export default function OnlineReservationsPage() {
},
fr: {
title: 'Réservations en ligne',
- subtitle: 'Demandes envoyées par les clients via la marketplace. Confirmez ou refusez chaque demande.',
+ subtitle: 'Demandes envoyées par les clients via la storefront. Confirmez ou refusez chaque demande.',
refresh: 'Actualiser',
pendingApproval: 'En attente de validation',
loading: 'Chargement…',
diff --git a/apps/dashboard/src/app/(dashboard)/settings/page.tsx b/apps/dashboard/src/app/(dashboard)/settings/page.tsx
index a06fb18..26c87d4 100644
--- a/apps/dashboard/src/app/(dashboard)/settings/page.tsx
+++ b/apps/dashboard/src/app/(dashboard)/settings/page.tsx
@@ -80,7 +80,7 @@ export default function SettingsPage() {
save: 'Saving…',
saveBrand: 'Save brand',
brandProfile: 'Brand and public profile',
- brandProfileDesc: 'Control how your company appears on the marketplace and public booking site.',
+ brandProfileDesc: 'Control how your company appears on the storefront and public booking site.',
payments: 'Rental payment methods',
paymentsDesc: 'Configure how renters pay your company on the public booking site.',
savePayments: 'Save payments',
@@ -104,7 +104,7 @@ export default function SettingsPage() {
contractLanguage: 'Contract language',
whatsapp: 'WhatsApp number',
brandColor: 'Brand color',
- listedMarketplace: 'Listed on marketplace',
+ listedStorefront: 'Listed on storefront',
logoUpload: 'Logo upload',
heroUpload: 'Hero image upload',
uploading: 'Uploading…',
@@ -155,7 +155,7 @@ export default function SettingsPage() {
save: 'Enregistrement…',
saveBrand: 'Enregistrer la marque',
brandProfile: 'Marque et profil public',
- brandProfileDesc: 'Contrôlez l’affichage de votre entreprise sur la marketplace et le site de réservation.',
+ brandProfileDesc: 'Contrôlez l’affichage de votre entreprise sur la storefront et le site de réservation.',
payments: 'Méthodes de paiement location',
paymentsDesc: 'Configurez comment les clients paient votre entreprise.',
savePayments: 'Enregistrer les paiements',
@@ -179,7 +179,7 @@ export default function SettingsPage() {
contractLanguage: 'Langue du contrat',
whatsapp: 'Numéro WhatsApp',
brandColor: 'Couleur de marque',
- listedMarketplace: 'Publié sur la marketplace',
+ listedStorefront: 'Publié sur la storefront',
logoUpload: 'Logo',
heroUpload: 'Image principale',
uploading: 'Téléversement…',
@@ -254,7 +254,7 @@ export default function SettingsPage() {
contractLanguage: 'لغة العقد',
whatsapp: 'رقم واتساب',
brandColor: 'لون العلامة',
- listedMarketplace: 'مدرج في السوق',
+ listedStorefront: 'مدرج في السوق',
logoUpload: 'رفع الشعار',
heroUpload: 'رفع صورة الواجهة',
uploading: 'جارٍ الرفع…',
@@ -597,7 +597,7 @@ export default function SettingsPage() {
diff --git a/apps/dashboard/src/app/(dashboard)/subscription/page.tsx b/apps/dashboard/src/app/(dashboard)/subscription/page.tsx
index 1225e13..28f6104 100644
--- a/apps/dashboard/src/app/(dashboard)/subscription/page.tsx
+++ b/apps/dashboard/src/app/(dashboard)/subscription/page.tsx
@@ -119,7 +119,7 @@ export default function SubscriptionPage() {
statusLabels: { TRIALING: 'Trialing', ACTIVE: 'Active', PAST_DUE: 'Past due', CANCELLED: 'Cancelled', UNPAID: 'Unpaid' } as Record