fix meeting translation

This commit is contained in:
Andreas Stephanides
2015-04-14 18:26:03 +02:00
parent d8aa87d25a
commit 6bb7cb917c
3 changed files with 3 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ class Meeting < ActiveRecord::Base
end
t= t+ self.name.to_s
# t = t + " " + I18n.l(self.calentry.start) unless self.calentry.nil?
t = t +" "+ I18n.t("date.on")+" "+ self.calentry.text unless self.calentry.nil?
t = t +" "+ I18n.t("date.am")+" "+ self.calentry.text unless self.calentry.nil?
t
end
def create_announcement(user)