Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language adaptations #2506

Merged
merged 5 commits into from
Nov 24, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Language adaptations
Missing translations replaced and existing ones adapted
  • Loading branch information
enno123 authored Nov 24, 2021
commit 844e6f8de7f02574482688691e734572d57c7ee1
4 changes: 2 additions & 2 deletions custom/languages/German/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@
'must_input_email' => 'Du musst eine E-Mail-Adresse eingeben.',
'must_input_username' => 'Du musst einen Benutzernamen eingeben.',
'must_input_password' => 'Du musst ein Passwort eingeben.',
'must_input_email_or_username' => 'You must input an email or username.',
'email_or_username' => 'Email or Username',
'must_input_email_or_username' => 'Du musst eine E-Mail oder einen Benutzernamen eingeben',
'email_or_username' => 'Email oder Username',

// Forgot password
'forgot_password_instructions' => 'Bitte erteile deine E-Mail-Adresse, damit wir dir weitere Anweisungen zum Zurücksetzen deines Passworts zusenden können.',
Expand Down