diff --git a/data/res/i18n/de-DE/user.php b/data/res/i18n/de-DE/user.php index 45ecb780..eaf04fdd 100644 --- a/data/res/i18n/de-DE/user.php +++ b/data/res/i18n/de-DE/user.php @@ -25,7 +25,7 @@ 'Your token to reset your password is invalid or expired. Please request a new email.' => 'Der Code zum Ändern Ihres Passwortes ist ungültig oder abgelaufen. Bitte lassen Sie sich eine neue E-Mail zusenden.', 'All right, your password has been changed. You can now log into your account.' - => 'In Ordnung, Ihr Passwort wurde geändert. Sie können Sie nun wieder anmelden.', + => 'In Ordnung, Ihr Passwort wurde geändert. Sie können sich nun wieder anmelden.', 'New registration waiting for activation' => 'Neuer Benutzer wartet auf Aktivierung', 'A new user has registered to your %s. According to your configuration, this user will not be able to book %s until you manually activate him.' diff --git a/nginx/conf.d/booking.example.com.conf b/nginx/conf.d/booking.example.com.conf index cd8aaed6..42465a0f 100644 --- a/nginx/conf.d/booking.example.com.conf +++ b/nginx/conf.d/booking.example.com.conf @@ -1,6 +1,6 @@ server { server_name booking.example.com; - listen 443 ssl; + listen 443 http2; #SSL parameters in extra file include /etc/acme-sh/options-ssl-nginx.conf;