Fix typo and references to entities

This commit is contained in:
Kacper Donat 2020-11-07 15:26:40 +01:00
parent 1194173c4c
commit f3740ee414

View File

@ -131,7 +131,7 @@ namespace InternshipSystem.Repository
}, },
new InternshipType new InternshipType
{ {
Label = "Umowa o staż zpłatny", Label = "Umowa o staż płatny",
LabelEng = "Paid apprenticeship agreement", LabelEng = "Paid apprenticeship agreement",
Description = "np. staż przemysłowy", Description = "np. staż przemysłowy",
DescriptionEng = "e.g. industrial apprenticeship", DescriptionEng = "e.g. industrial apprenticeship",
@ -212,7 +212,7 @@ namespace InternshipSystem.Repository
}, },
new EditionInternshipType new EditionInternshipType
{ {
InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenie")) InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenia"))
}, },
new EditionInternshipType new EditionInternshipType
{ {
@ -220,7 +220,7 @@ namespace InternshipSystem.Repository
}, },
new EditionInternshipType new EditionInternshipType
{ {
InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Praktyka bezpłatna")) InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa o organizację praktyki"))
} }
}, },
Internships = new List<Internship>(), Internships = new List<Internship>(),
@ -270,7 +270,7 @@ namespace InternshipSystem.Repository
}, },
new EditionInternshipType new EditionInternshipType
{ {
InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenie")) InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenia"))
}, },
new EditionInternshipType new EditionInternshipType
{ {
@ -278,7 +278,7 @@ namespace InternshipSystem.Repository
}, },
new EditionInternshipType new EditionInternshipType
{ {
InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Praktyka bezpłatna")) InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa o organizację praktyki"))
} }
}, },
Internships = new List<Internship>(), Internships = new List<Internship>(),