From 6cf0fb32bd0d03284b17868c1b83c17321c28e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Castillo?= Date: Fri, 4 Sep 2026 12:43:17 -0300 Subject: [PATCH] fix: adjust label on dashboard for speakers 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 | 1 + src/pages/summits/summit-dashboard-page.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index c01abeafd..8370d9317 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -335,6 +335,7 @@ "attendees": "Attendees", "registration": "Registration", "events": "Activities", + "published_speakers": "Published Speakers", "submitted_events": "Submitted Activities", "published_events": "Published Activities", "venues": "Venues", diff --git a/src/pages/summits/summit-dashboard-page.js b/src/pages/summits/summit-dashboard-page.js index c2d3902eb..21e5fb931 100644 --- a/src/pages/summits/summit-dashboard-page.js +++ b/src/pages/summits/summit-dashboard-page.js @@ -134,7 +134,7 @@ function SummitDashboardPage({ rows={[ [ { - title: T.translate("general.speakers"), + title: T.translate("dashboard.published_speakers"), stat: currentSummit.speakers_count }, {