|
|
@@ -27,7 +27,8 @@ Page 'Mon abonnement'
|
|
|
v-for="line in dolibarrAccount.contract.lines"
|
|
|
:key="line.id"
|
|
|
>
|
|
|
- {{ line.serviceLabel }}
|
|
|
+ {{ line.serviceLabel }} - {{ $t('until') }} :
|
|
|
+ {{ $moment(line.dateEnd).format($moment.localeData($i18n.locale).longDateFormat('L')) }}
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -135,7 +136,7 @@ Page 'Mon abonnement'
|
|
|
</div>
|
|
|
|
|
|
<p class="mt-3">
|
|
|
- <a href="/resources/ficheproduit_Opentalentartist.pdf" target="_blank">
|
|
|
+ <a href="/resources/Fiche_produit_Opentalent_Artist.pdf" target="_blank">
|
|
|
{{ $t('product_sheet') }} {{ $t('PRODUCT_ARTIST_PREMIUM') }}
|
|
|
</a>
|
|
|
</p>
|
|
|
@@ -180,7 +181,7 @@ Page 'Mon abonnement'
|
|
|
</div>
|
|
|
|
|
|
<p class="mt-4">
|
|
|
- <a href="/resources/ficheproduit_Opentalentschool.pdf" target="_blank">
|
|
|
+ <a href="/resources/Fiche_produit_Opentalent_School.pdf" target="_blank">
|
|
|
{{ $t('product_sheet') }} {{ $t('PRODUCT_SCHOOL') }}
|
|
|
</a>
|
|
|
</p>
|