From 99c74a962d50c4dfd8509c7065fbf74feed29d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Castillo?= Date: Wed, 9 Sep 2026 17:42:57 -0300 Subject: [PATCH 1/2] fix: add info disclaimer on speaker profile edit about public fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Castillo --- src/i18n/en.json | 3 ++- src/pages/speakers/edit-summit-speaker-page.js | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 01dc300a9..012da39f0 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -806,7 +806,8 @@ "speaker_created": "Speaker created successfully.", "company": "Company", "phone_number": "Phone #", - "copy_email": "Copy Email" + "copy_email": "Copy Email", + "disclaimer": "All information on this page — bio, photos, affiliations, company, title, social links, etc. — except email and phone number — are considered public information and may be published or displayed by any show on the platform." }, "merge_speakers": { "merge_speakers": "Merge Speakers", diff --git a/src/pages/speakers/edit-summit-speaker-page.js b/src/pages/speakers/edit-summit-speaker-page.js index 362ed16bb..0e8975ff3 100644 --- a/src/pages/speakers/edit-summit-speaker-page.js +++ b/src/pages/speakers/edit-summit-speaker-page.js @@ -85,6 +85,11 @@ class EditSummitSpeakerPage extends React.Component {
+
+ +    + {T.translate("edit_speaker.disclaimer")} +
Date: Wed, 9 Sep 2026 20:00:20 -0300 Subject: [PATCH 2/2] fix: adjust verb on message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Castillo --- src/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 012da39f0..03357da24 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -807,7 +807,7 @@ "company": "Company", "phone_number": "Phone #", "copy_email": "Copy Email", - "disclaimer": "All information on this page — bio, photos, affiliations, company, title, social links, etc. — except email and phone number — are considered public information and may be published or displayed by any show on the platform." + "disclaimer": "All information on this page — bio, photos, affiliations, company, title, social links, etc. — except email and phone number — is considered public information and may be published or displayed by any show on the platform." }, "merge_speakers": { "merge_speakers": "Merge Speakers",