diff --git a/frontend/src/views/profile/ProfilePage.en.json b/frontend/src/views/profile/ProfilePage.en.json index 7874d96..c78a048 100644 --- a/frontend/src/views/profile/ProfilePage.en.json +++ b/frontend/src/views/profile/ProfilePage.en.json @@ -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" } diff --git a/frontend/src/views/profile/ProfilePage.es.json b/frontend/src/views/profile/ProfilePage.es.json index 4d10ce3..6f89e91 100644 --- a/frontend/src/views/profile/ProfilePage.es.json +++ b/frontend/src/views/profile/ProfilePage.es.json @@ -11,6 +11,7 @@ "name": "Nombre", "slug": "URL", "title": "Título", + "stripeAccountId": "ID de cuenta Stripe", "socialnetwork": "Redes sociales" }, "danger": { diff --git a/frontend/src/views/profile/ProfilePage.fr.json b/frontend/src/views/profile/ProfilePage.fr.json index 7f47e55..b2b105a 100644 --- a/frontend/src/views/profile/ProfilePage.fr.json +++ b/frontend/src/views/profile/ProfilePage.fr.json @@ -11,6 +11,7 @@ "name": "Nom", "slug": "URL", "title": "Titre", + "stripeAccountId": "ID du compte Stripe", "socialnetwork": "Réseaux sociaux" }, "danger": { diff --git a/frontend/src/views/profile/ProfilePage.vue b/frontend/src/views/profile/ProfilePage.vue index daca324..e9fba3c 100644 --- a/frontend/src/views/profile/ProfilePage.vue +++ b/frontend/src/views/profile/ProfilePage.vue @@ -201,7 +201,7 @@ const closeDialog = () => {