Skip to content

Commit

Permalink
fix name writing of new association
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinicke committed Jan 28, 2024
1 parent 829aa8f commit 93e74cd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"private": true,
"name": "studytutors.de",
"title": "studyTutors",
"description": "SvelteKit + Contentful-powered homepage of the German student-run non-profit studyTutors",
"title": "StudyTutors",
"description": "SvelteKit + Contentful-powered homepage of the German student-run non-profit organization StudyTutors",
"homepage": "https://studytutors.de",
"version": "1.0.0",
"author": "Janosh Riebesell <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

<h1 align="center">
<a href="https://studytutors.de">studyTutors</a>
<a href="https://studytutors.de">StudyTutors</a>
</h1>

<h3 align="center">
Expand All @@ -16,7 +16,7 @@

</h3>

studyTutors e.V. is a student-run nonprofit initiative with chapters located in university towns all over Germany. Our mission is to provide free tutoring to refugees and children from underprivileged families.
StudyTutors e.V. is a student-run nonprofit initiative with chapters located in university towns all over Germany. Our mission is to provide free tutoring to refugees and children from underprivileged families.

This site is built with [Svelte](https://github.com/sveltejs/svelte) and [Contentful](https://contentful.com).

Expand Down
2 changes: 1 addition & 1 deletion src/routes/+error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</script>

<svelte:head>
<title>Fehler {$page.status} - studyTutors e.V.</title>
<title>Fehler {$page.status} - StudyTutors e.V.</title>
</svelte:head>

<div>
Expand Down
6 changes: 3 additions & 3 deletions src/signup-form/de/smallTexts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ country: de
locale: de-DE

indexPage:
title: studyTutors
title: StudyTutors
theme: Kostenlose Nachhilfe von ehrenamtlichen Studierenden für finanziell benachteiligte Kinder
chooseLocation: 'Wähle deinen <a href="/standorte"><strong>Standort</strong></a> auf der Karte!'

Expand All @@ -23,7 +23,7 @@ indexPage:
organizationMemberNumber: 319

footer:
name: 'studyTutors e.V.'
name: 'StudyTutors e.V.'
site: 'Diese Seite ist'
uses: 'und verwendet keine'

Expand Down Expand Up @@ -76,7 +76,7 @@ basepage:
email: '[email protected]?subject=Feedback zu Seite:'

meta:
name: 'studyTutors e.V.'
name: 'StudyTutors e.V.'
description: 'Ehrenamtliche Nachhilfe von Studierenden für Schüler:innen in deutschlandweit über 50 Unistädten.'
url: studytutors.de

Expand Down
2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"background_color": "#ffffff",
"theme_color": "#003056",
"name": "studyTutors e.V.",
"name": "StudyTutors e.V.",
"short_name": "SbS",
"display": "minimal-ui",
"start_url": "/",
Expand Down

0 comments on commit 93e74cd

Please sign in to comment.