diff --git a/Clocker/Panel/Data Layer/TimezoneDataOperations.swift b/Clocker/Panel/Data Layer/TimezoneDataOperations.swift index f62e648..e6a6dda 100644 --- a/Clocker/Panel/Data Layer/TimezoneDataOperations.swift +++ b/Clocker/Panel/Data Layer/TimezoneDataOperations.swift @@ -335,7 +335,7 @@ extension TimezoneDataOperations { let minuteDifference = calculateTimeDifference(with: local as NSDate, timezoneDate: timezoneDate as NSDate) - minuteDifference == 0 ? replaceAgo.append("behind") : replaceAgo.append("\(minuteDifference) mins behind") + minuteDifference == 0 ? replaceAgo.append("behind") : replaceAgo.append("\(minuteDifference)m behind") return replaceAgo.lowercased() } diff --git a/Clocker/Preferences/Preferences.storyboard b/Clocker/Preferences/Preferences.storyboard index 8bffd78..9648eed 100644 --- a/Clocker/Preferences/Preferences.storyboard +++ b/Clocker/Preferences/Preferences.storyboard @@ -283,7 +283,7 @@ - When selected, your upcoming meeting title will appear in the menubar 30 mins before it starts. All Day Events won't be shown in the menubar! + When selected, your upcoming meeting title will appear in the menubar 30m before it starts. All Day Events won't be shown in the menubar! @@ -411,7 +411,7 @@ - + @@ -434,7 +434,7 @@ - + - + - + - + @@ -1666,14 +1666,14 @@ DQ - + - +