Skip to content

Commit

Permalink
fix: removed hello text from dates description closes #1257
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekPAnil committed Aug 2, 2024
1 parent 60ec40b commit e4c2009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Dashboard/AddEvent/AddEvent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,7 @@ function AddEvent() {
<Row>
<Col>
<p className="add-event-date-heading" data-cy="heading-dates">
{t('dashboard.events.addEditEvent.dates.heading')} hello
{t('dashboard.events.addEditEvent.dates.heading')}
</p>
</Col>
</Row>
Expand Down

0 comments on commit e4c2009

Please sign in to comment.