Skip to content

Commit

Permalink
Fixes encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Oct 22, 2017
1 parent f351e85 commit 1323c22
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ employee.firstName=Vorname
employee.lastName=Nachname
employee.description=Beschreibung

employee.id.required=ID mu� angegeben werden
employee.lastName.required=Nachname wird ben�tigt
employee.birthDate.required=Geburtsdatum wird ben�tigt
employee.backtolist=Zur�ck zur Mitarbeiterliste
employee.id.required=ID muß angegeben werden
employee.lastName.required=Nachname wird benötigt
employee.birthDate.required=Geburtsdatum wird benötigt
employee.backtolist=Zurück zur Mitarbeiterliste

0 comments on commit 1323c22

Please sign in to comment.