diff --git a/app/mailers/mailer.rb b/app/mailers/mailer.rb index c035cc32..bbe78d43 100644 --- a/app/mailers/mailer.rb +++ b/app/mailers/mailer.rb @@ -1,5 +1,5 @@ # encoding: utf-8 -# ActionMailer class that handles all emails for the FoodSoft. +# ActionMailer class that handles all emails for Foodsoft. class Mailer < ActionMailer::Base # XXX Quick fix to allow the use of show_user. Proper take would be one of # (1) Use draper, decorate user @@ -9,7 +9,7 @@ class Mailer < ActionMailer::Base layout 'email' # Use views/layouts/email.txt.erb - default from: "FoodSoft <#{FoodsoftConfig[:email_sender]}>", + default from: "Foodsoft <#{FoodsoftConfig[:email_sender]}>", sender: FoodsoftConfig[:email_sender], errors_to: FoodsoftConfig[:email_sender] diff --git a/config/locales/de.yml b/config/locales/de.yml index 26a4b4d6..37eb2539 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -951,7 +951,7 @@ de: text: | Hallo %{user}, - du (oder jemand anderes) hat auf der FoodSoft-Website ein neues Passwort angefordert. + du (oder jemand anderes) hat auf der Foodsoft-Website ein neues Passwort angefordert. Um ein neues Passwort einzugeben, gehe zu: %{link} Dieser Link kann nur einmal aufgerufen werden und läuft am %{expires} ab. Wenn du das Passwort nicht ändern möchtest oder diese Email nicht ausgelöst hast, brauchst du nichts zu tun. diff --git a/lib/foodsoft_file.rb b/lib/foodsoft_file.rb index 0ef6367c..fb04e1a3 100644 --- a/lib/foodsoft_file.rb +++ b/lib/foodsoft_file.rb @@ -1,5 +1,5 @@ -# Module for FoodSoft-File import -# The FoodSoft-File is a cvs-file, with semicolon-seperatet columns +# Module for Foodsoft-File import +# The Foodsoft-File is a cvs-file, with columns separated by semicolons require 'csv' diff --git a/lib/foodsoft_messages/app/models/message.rb b/lib/foodsoft_messages/app/models/message.rb index a51f081f..4ee1d341 100644 --- a/lib/foodsoft_messages/app/models/message.rb +++ b/lib/foodsoft_messages/app/models/message.rb @@ -58,7 +58,7 @@ class Message < ActiveRecord::Base add_recipients([user]) end - # Returns true if this message is a system message, i.e. was sent automatically by the FoodSoft itself. + # Returns true if this message is a system message, i.e. was sent automatically by Foodsoft itself. def system_message? self.sender_id.nil? end diff --git a/public/500.html b/public/500.html index 8bcdd69b..35cf6255 100644 --- a/public/500.html +++ b/public/500.html @@ -5,7 +5,7 @@
-Ups, da ist uns wohl ein kleiner Fehler untergekommen.
Aber keine Angst. Die Entwicklerinnen sind automatisch darüber informiert worden diff --git a/public/503.html b/public/503.html index d276113e..378724b8 100644 --- a/public/503.html +++ b/public/503.html @@ -5,7 +5,7 @@
-In ein paar Minuten dürfte aber wieder alles wieder funktionieren.... Nur Geduld ...
-