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:
@@ -11,11 +11,12 @@
|
||||
"name": "Name",
|
||||
"slug": "URL",
|
||||
"title": "Title",
|
||||
"stripeAccountId": "Stripe Account ID",
|
||||
"socialnetwork": "Social Networks"
|
||||
},
|
||||
"danger": {
|
||||
"title": "Danger Zone",
|
||||
"warning": "CAUTION: This will delete your creator page and suspend all tips and donations.",
|
||||
"warning": "WARNING: This will delete your creator page and suspend all tips and donations.",
|
||||
"delete": "DELETE PAGE",
|
||||
"restore": "RESTORE PAGE"
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"name": "Nombre",
|
||||
"slug": "URL",
|
||||
"title": "Título",
|
||||
"stripeAccountId": "ID de cuenta Stripe",
|
||||
"socialnetwork": "Redes sociales"
|
||||
},
|
||||
"danger": {
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"name": "Nom",
|
||||
"slug": "URL",
|
||||
"title": "Titre",
|
||||
"stripeAccountId": "ID du compte Stripe",
|
||||
"socialnetwork": "Réseaux sociaux"
|
||||
},
|
||||
"danger": {
|
||||
|
||||
@@ -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