harmonize foodsoft capitalisation
This commit is contained in:
parent
86c972a201
commit
873e8d44a2
6 changed files with 9 additions and 9 deletions
|
@ -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]
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>FoodSoft Fehler!</h1>
|
||||
<h1>Foodsoft Fehler!</h1>
|
||||
<p>Ups, da ist uns wohl ein kleiner Fehler untergekommen.</p>
|
||||
<p>
|
||||
Aber keine Angst. Die Entwicklerinnen sind automatisch darüber informiert worden
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Die FoodSoft wird gewartet!</h1>
|
||||
<h1>Die Foodsoft wird gewartet!</h1>
|
||||
<p>In ein paar Minuten dürfte aber wieder alles wieder funktionieren.... Nur Geduld ...</p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue