mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
feat(Greeting): update events title and localization for improved clarity
This commit is contained in:
@@ -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 />}
|
||||
|
||||
Reference in New Issue
Block a user