Add Stripe Account ID localization to profile page in English, Spanish, and French. Update warning message for deletion in English.

This commit is contained in:
2025-04-18 04:43:45 -04:00
parent e21020e5aa
commit ebe6fb70a2
4 changed files with 5 additions and 2 deletions

View File

@@ -201,7 +201,7 @@ const closeDialog = () => {
<!-- STRIPE -->
<button class="action" @click="openDialog('ChangeStripeIdDialog')">
<span class="label">Stripe Account ID</span>
<span class="label">{{ t('creator.stripeAccountId') }}</span>
<span class="value">{{ creatorProfileStore.creator.stripeId }}</span>
<span class="chevron"><v-icon>mdi-chevron-right</v-icon></span>
</button>