From c27c108f4862f5dcbf42cf8f403807d7cbb009f1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 10 Mar 2019 09:19:34 +0100 Subject: really do not hardcode travelynx.de --- index.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index 704b81f..b442126 100755 --- a/index.pl +++ b/index.pl @@ -1005,8 +1005,8 @@ post '/register' => sub { my $imprint_url = $self->url_for('impressum')->to_abs->scheme('https'); my $body = "Hallo, ${user}!\n\n"; - $body .= "Mit deiner E-Mail-Adresse (${email}) wurde ein Account auf\n"; - $body .= "travelynx.de angelegt.\n\n"; + $body .= "Mit deiner E-Mail-Adresse (${email}) wurde ein Account bei\n"; + $body .= "travelynx angelegt.\n\n"; $body .= "Falls die Registrierung von dir ausging, kannst du den Account unter\n"; $body .= "${reg_url}/${user_id}/${token}\n"; -- cgit v1.2.3