fix: address crowdin issues (#41517)

This commit is contained in:
Nicholas Carrigan (he/him)
2021-03-18 08:31:05 -07:00
committed by GitHub
parent 4ea2ad881b
commit 8305cad79a
2 changed files with 3 additions and 3 deletions
@@ -90,7 +90,7 @@ jobs:
run: |
cd ./crowdin
npm ci
# Generate PR - all languages should go ABOVE this. #
- name: Create PR
uses: ./tools/crowdin/actions/pr-creator
@@ -99,7 +99,7 @@ jobs:
branch: 'i18n-sync-curriculum'
owner-repo: 'freeCodeCamp/freeCodeCamp'
base: 'main'
title: 'chore(i18n,curiculum): processed translations'
title: 'chore(i18n,curriculum): processed translations'
body: 'This PR was opened auto-magically by Crowdin.'
labels: 'crowdin-sync'
reviewers: 'RandellDawson, nhcarrigan'