feat(Greeting): update events title and localization for improved clarity

This commit is contained in:
alexsparkes
2026-01-24 21:28:16 +00:00
parent 745e4e7106
commit 503eef29c8
13 changed files with 69 additions and 10 deletions

View File

@@ -323,7 +323,7 @@ const GreetingOptions = ({ currentSubSection, onSubSectionChange, sectionName })
>
<AdditionalOptions />
<Section
title={variables.getMessage(`${GREETING_SECTION}.events.title`)}
title={variables.getMessage(`${GREETING_SECTION}.events`)}
subtitle={variables.getMessage(`${GREETING_SECTION}.events_description`)}
onClick={() => onSubSectionChange('events', sectionName)}
icon={<MdEventNote />}