Skip to content

Commit

Permalink
Fix wrong label on new event button tooltip
Browse files Browse the repository at this point in the history
This should be newEvent_action; createEvent_label is used as a
placeholder for when the event name is empty in the edit event dialog.

Fixes #6626
  • Loading branch information
paw-hub authored and murilopereirame committed Mar 13, 2024
1 parent 235c240 commit 9f9944c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendar/view/CalendarMobileHeader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class CalendarMobileHeader implements Component<CalendarMobileHeaderAttrs
this.renderViewSelector(attrs),
m(IconButton, {
icon: Icons.Add,
title: "createEvent_label",
title: "newEvent_action",
click: attrs.onCreateEvent,
}),
],
Expand Down

0 comments on commit 9f9944c

Please sign in to comment.