From ebe6fb70a2d66f036601bd24324dfad8bfcd7bee Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Fri, 18 Apr 2025 04:43:45 -0400 Subject: [PATCH] Add Stripe Account ID localization to profile page in English, Spanish, and French. Update warning message for deletion in English. --- frontend/src/views/profile/ProfilePage.en.json | 3 ++- frontend/src/views/profile/ProfilePage.es.json | 1 + frontend/src/views/profile/ProfilePage.fr.json | 1 + frontend/src/views/profile/ProfilePage.vue | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) 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 = () => {