Skip to content

Commit

Permalink
Betreffszeile korrigiert: Kein Gentiv Apostroph s für Namen (es sei d…
Browse files Browse the repository at this point in the history
…enn es handellt sich um Namen, die auf s-Laute enden)
  • Loading branch information
StefanPenndorf committed Oct 31, 2013
1 parent e431695 commit a50034c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/mail/MailController.scala
Expand Up @@ -31,7 +31,7 @@ class TemplateMailController extends MailController {
def sendeNewsletter(empfänger: Benutzer) {
createMail
.addRecipient(empfänger.email.email)
.setSubject("Neues von Steffi's und Stefans Hochzeit")
.setSubject("Neues von Steffis und Stefans Hochzeit")
.send(views.txt.mail.newsletter3(empfänger).toString())
}

Expand Down
Expand Up @@ -13,7 +13,7 @@ import org.openqa.selenium.WebDriver
*/
class NewsletterSchritte extends Schritte with ScalaDsl with DE with Browser with FakeMailer {

val BETREFF = "Neues von Steffi's und Stefans Hochzeit"
val BETREFF = "Neues von Steffis und Stefans Hochzeit"

Angenommen("""^es wurden Gäste freigeschaltet$"""){ () =>
loadFixture("gaeste-und-ein-admin.dbt")
Expand Down

0 comments on commit a50034c

Please sign in to comment.