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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user