Fix typo and references to entities
This commit is contained in:
parent
1194173c4c
commit
f3740ee414
@ -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>(),
|
||||||
|
Loading…
Reference in New Issue
Block a user