Skip to content

Commit

Permalink
Remove "free" from frontpage (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Feb 20, 2024
1 parent 788a902 commit 29b81a0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/translations/home/en.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
tagLine: "High-quality, open and free courses for everyone!",
tagLine: "High-quality and open courses for everyone!",
intro:
"The courses are hosted by University of Helsinki MOOC Center. No prior knowledge is required — beginners can start to learn programming basics from the Introduction to Programming course, or start to get familiar with artificial intelligence from the course Elements of AI.",
courseButton: "Our courses",
Expand Down
4 changes: 2 additions & 2 deletions frontend/translations/home/fi.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
tagLine: "Laadukkaita, avoimia ja ilmaisia verkkokursseja kaikille",
tagLine: "Laadukkaita ja avoimia verkkokursseja kaikille",
intro:
"Helsingin yliopiston MOOC-keskus ylläpitää laadukkaita, avoimia ja ilmaisia verkkokursseja kaikille. Aloittelija voi lähteä liikkeelle Ohjelmoinnin MOOCista tai tekoälyn perusteisiin keskittyvästä Elements of AI -kurssista. Osaamistaan päivittävä voi syventyä vaikkapa tietoturvaan tai Fullstack -ohjelmointiin.",
"Helsingin yliopiston MOOC-keskus ylläpitää laadukkaita ja avoimia verkkokursseja kaikille. Aloittelija voi lähteä liikkeelle Ohjelmoinnin MOOCista tai tekoälyn perusteisiin keskittyvästä Elements of AI -kurssista. Osaamistaan päivittävä voi syventyä vaikkapa tietoturvaan tai Fullstack -ohjelmointiin.",
courseButton: "Kurssimme",
highlightTitle: "Aloita näistä",
highlightSubtitle:
Expand Down
2 changes: 1 addition & 1 deletion frontend/translations/navi/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
naviItems: [
{
title: "Open courses for all",
text: "Online learning at its best. Don't worry about course fees or the commute. Study where it's convenient for you! As per their name, MOOCs (Massive Open Online Course) are all open, free of charge and fully available online.",
text: "Online learning at its best. Don't worry about course fees or the commute. Study where it's convenient for you! As per their name, MOOCs (Massive Open Online Course) are all open and fully available online.",
linkText: "Courses and Modules",
img: "AllCourses.webp",
link: "#courses",
Expand Down
2 changes: 1 addition & 1 deletion frontend/translations/navi/fi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
naviItems: [
{
title: "Avoimia kursseja, kaikille",
text: "Kurssimme ovat avoinna kaikille ilman osallistumismaksuja. Voit selata materiaaleja myös ilman tunnuksia.",
text: "Kurssimme ovat avoinna kaikille. Voit selata materiaaleja myös ilman tunnuksia.",
linkText: "Kurssit",
img: "AllCourses.webp",
link: "#courses",
Expand Down
2 changes: 1 addition & 1 deletion frontend/translations/register-completion/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
course: "Course: {{course}}",
credits: "Credits: {{ects}}",
credits_details:
"The Open University of the University of Helsinki is responsible for registering the credits. Registering the credits is free.",
"The Open University of the University of Helsinki is responsible for registering the credits.",
donow:
"Register to the Open University of the University of Helsinki, so we can process your credits.",
"instructions-title": "Follow these instructions: ",
Expand Down
2 changes: 1 addition & 1 deletion frontend/translations/register-completion/fi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
course: "Kurssi: {{course}}",
credits: "Opintopisteet: {{ects}} (Vaatii suomalaisen henkilötunnuksen).",
credits_details:
"Helsingin yliopiston avoin yliopisto hoitaa suoritusten rekisteröinnin. Opintosuorituksen rekisteröinti on ilmaista.",
"Helsingin yliopiston avoin yliopisto hoitaa suoritusten rekisteröinnin.",
donow:
"Sinun tulee ilmoittautua Helsingin yliopiston avoimeen yliopistoon, jotta voimme rekisteröidä suorituksesi.",
"instructions-title": "Toimi näin:",
Expand Down

0 comments on commit 29b81a0

Please sign in to comment.