Skip to content

Commit

Permalink
fixed spelling of Mai -> May
Browse files Browse the repository at this point in the history
  • Loading branch information
Raboro committed Apr 3, 2024
1 parent 3564ddd commit 655a27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/yearOverviewView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { PersonDTO } from 'src/person';

export const BIRTHDAY_TRACKER_YEAR_OVERVIEW_VIEW_TYPE = 'Birthday-Tracker-Year-Overview';

const MONTHS = ['January', 'February', 'March', 'April', 'Mai', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
const MONTHS = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];

export class YearOverviewView extends ItemView {
icon = 'calendar-days';
Expand Down

0 comments on commit 655a27c

Please sign in to comment.