Browse Source

Minor celebration emoji.

pull/113/head
Abhishek Banthia 3 years ago
parent
commit
bac49fbf6b
  1. 2
      Clocker/Panel/Upcoming Events/UpcomingEventViewItem.swift

2
Clocker/Panel/Upcoming Events/UpcomingEventViewItem.swift

@ -89,7 +89,7 @@ class UpcomingEventViewItem: NSCollectionViewItem {
func setupEmptyState() {
let subtitle = NSCalendar.autoupdatingCurrent.isDateInWeekend(Date()) ? NSLocalizedString("Happy Weekend.", comment: "Button Title for no upcoming event") : NSLocalizedString("Great going.", comment: "Button Title for no upcoming event")
setAlternateState(NSLocalizedString("No upcoming events for today!", comment: "Next Event Label with no upcoming event"),
setAlternateState(NSLocalizedString("No upcoming events for today 🎉!", comment: "Next Event Label with no upcoming event"),
subtitle,
NSColor.systemGreen,
nil)

Loading…
Cancel
Save