fix: Wording in timezone message (#605)

This commit is contained in:
Alexander Leschanz
2025-11-04 19:32:13 +00:00
committed by GitHub
parent 7b3519f260
commit d99e40c6ed

View File

@@ -67,7 +67,7 @@ module ApplicationHelper
elsif diff.positive?
"It's currently #{Time.zone.now.in_time_zone(timezone1).strftime("%H:%M")} in #{timezone1} (#{msg} ahead of you)"
else
"It's currently #{Time.zone.now.in_time_zone(timezone1).strftime("%H:%M")} in #{timezone1} (#{msg} behind of you)"
"It's currently #{Time.zone.now.in_time_zone(timezone1).strftime("%H:%M")} in #{timezone1} (#{msg} behind you)"
end
end