|
|
@@ -128,7 +128,7 @@ Page 'Mon abonnement'
|
|
|
href="https://logiciels.opentalent.fr/opentalent-artist"
|
|
|
target="_blank"
|
|
|
>
|
|
|
- En savoir plus <i class="fa-solid fa-greater-than small"></i>
|
|
|
+ {{ $t('to_know_more') }} <i class="fa-solid fa-greater-than small"></i>
|
|
|
</v-btn>
|
|
|
</template>
|
|
|
</PagesSubscriptionCard>
|
|
|
@@ -154,7 +154,7 @@ Page 'Mon abonnement'
|
|
|
class="btn trialBtn"
|
|
|
@click="startTrial"
|
|
|
>
|
|
|
- Essayer la version premium <i class="fa-solid fa-greater-than small"></i>
|
|
|
+ {{ $t('try_premium_version') }} <i class="fa-solid fa-greater-than small"></i>
|
|
|
</v-btn>
|
|
|
</v-col>
|
|
|
<v-col cols="12" v-if="(!organizationProfile.isArtistPremiumProduct || organizationProfile.isTrialActive) && (accessProfileStore.isAdmin || accessProfileStore.isCaMember)">
|
|
|
@@ -162,7 +162,7 @@ Page 'Mon abonnement'
|
|
|
class="theme-artist btn"
|
|
|
@click="subscription"
|
|
|
>
|
|
|
- Souscrire à l'offre <i class="fa-solid fa-greater-than small"></i>
|
|
|
+ {{ $t('subscribe_to_the_offer') }} <i class="fa-solid fa-greater-than small"></i>
|
|
|
</v-btn>
|
|
|
</v-col>
|
|
|
<v-col cols="12" v-if="!organizationProfile.isArtistPremiumProduct" >
|
|
|
@@ -171,7 +171,7 @@ Page 'Mon abonnement'
|
|
|
href="https://logiciels.opentalent.fr/opentalent-artist"
|
|
|
target="_blank"
|
|
|
>
|
|
|
- En savoir plus <i class="fa-solid fa-greater-than small"></i>
|
|
|
+ {{ $t('to_know_more') }} <i class="fa-solid fa-greater-than small"></i>
|
|
|
</v-btn>
|
|
|
</v-col>
|
|
|
<v-col cols="12" v-if="organizationProfile.isTrialActive && (accessProfileStore.isAdmin || accessProfileStore.isCaMember)">
|
|
|
@@ -179,7 +179,7 @@ Page 'Mon abonnement'
|
|
|
class="stop_btn"
|
|
|
@click="showStopTrialDialog"
|
|
|
>
|
|
|
- Arrêter l'essai
|
|
|
+ {{ $t('stop_trial') }}
|
|
|
</v-btn>
|
|
|
</v-col>
|
|
|
<v-col cols="12">
|
|
|
@@ -213,7 +213,7 @@ Page 'Mon abonnement'
|
|
|
href="https://logiciels.opentalent.fr/opentalent-school"
|
|
|
target="_blank"
|
|
|
>
|
|
|
- En savoir plus <i class="fa-solid fa-greater-than small"></i>
|
|
|
+ {{ $t('to_know_more') }} <i class="fa-solid fa-greater-than small"></i>
|
|
|
</v-btn>
|
|
|
</v-col>
|
|
|
<v-col cols="12">
|