Skip to content

Commit

Permalink
Propose better captions for the messages (jquense#911)
Browse files Browse the repository at this point in the history
Having uncapitalized messages turns the calendar ugly in the presentation.

I also propose putting font awesome chevrons on the previous and next. What do you think.
  • Loading branch information
rhuanbarreto authored and jquense committed Jul 31, 2018
1 parent 51304f5 commit 06e08e2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/utils/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ let defaultMessages = {
date: 'Date',
time: 'Time',
event: 'Event',
allDay: 'all day',
week: 'week',
work_week: 'work week',
day: 'day',
month: 'month',
previous: 'back',
next: 'next',
yesterday: 'yesterday',
tomorrow: 'tomorrow',
today: 'today',
agenda: 'agenda',
allDay: 'All Day',
week: 'Week',
work_week: 'Work Week',
day: 'Day',
month: 'Month',
previous: 'Back',
next: 'Next',
yesterday: 'Yesterday',
tomorrow: 'Tomorrow',
today: 'Today',
agenda: 'Agenda',

noEventsInRange: 'There are no events in this range.',

Expand Down

0 comments on commit 06e08e2

Please sign in to comment.