|
|
@@ -108,7 +108,7 @@ const addressIcon = (type) => type === 'home' ? 'mdi-home-outline' : 'mdi-office
|
|
|
const addressLabel = (type) => {
|
|
|
if (type === 'home') return t('address.types.commercial.home');
|
|
|
if (type === 'apartment') return t('dashboard_client.next_schedules.place_apartment');
|
|
|
- if (type === 'commercial') return t('address.types.commercial');
|
|
|
+ if (type === 'commercial') return t('address.types.commercial.commercial');
|
|
|
return t('dashboard_client.next_schedules.place_unknown');
|
|
|
};
|
|
|
|