diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 437634cb..06424728 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -26,4 +26,4 @@ jobs: uses: graasp/graasp-deploy/.github/actions/publish-to-npm@v1 with: npm-token: ${{ secrets.NPM_TOKEN }} - if: ${{ steps.release.outputs.release_created == "true" }} + if: ${{ steps.release.outputs.release_created == 'true' }} diff --git a/src/langs/de/categories.json b/src/langs/de/categories.json index e0931050..c9a33804 100644 --- a/src/langs/de/categories.json +++ b/src/langs/de/categories.json @@ -9,7 +9,7 @@ "natural-science": "Naturwissenschaft", "arts": "Kunst", "informatics": "Informatik", - "physical-education": "Sportunterricht", + "physical-education": "Sport", "kindergarten": "Kindergarten", "primary-school": "Grundschule", "lower-secondary-education": "Mittelschule",