Skip to content

Commit

Permalink
Merge pull request #212 from virtualidentityag/staging-2024-03-20
Browse files Browse the repository at this point in the history
staging 2024-03-20
  • Loading branch information
web-mi authored Mar 20, 2024
2 parents 11cadc5 + 2dccbc0 commit 9043be3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
echo "fs.inotify.max_user_watches=524288" | sudo tee -a /etc/sysctl.conf
npm run test:build
- name: Bump version
if: startsWith(env.BRANCH,'release') == true
if: env.BRANCH == 'release'
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
npm run release
- name: Push changes
if: startsWith(env.BRANCH,'release') == true
if: env.BRANCH == 'release'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions src/resources/i18n/de/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"overlay": {
"chatWasFinished": {
"button": "Zu Caritas.de",
"button": "Zur Online-Beratung",
"copy": "Sie haben nun keinen Zugriff mehr auf Ihren Chat-Verlauf.",
"headline": "Ihr_e Berater_in hat den Chat beendet."
},
Expand All @@ -55,7 +55,7 @@
},
"headline": "Möchten Sie diesen Chat beenden?",
"success": {
"button": "Zu Caritas.de",
"button": "Zur Online-Beratung",
"headline": "Der Chat wurde erfolgreich beendet."
}
}
Expand Down Expand Up @@ -485,7 +485,7 @@
},
"successOverlay": {
"button": "Schließen",
"headline": "Sie haben Ihren Account bei der Caritas Beratung & Hilfe erfolgreich gelöscht."
"headline": "Sie haben Ihren Account erfolgreich gelöscht."
}
},
"deleteSession": {
Expand Down Expand Up @@ -1848,7 +1848,7 @@
"success": {
"button": "Nachricht verfassen",
"copy": "Sie haben sich erfolgreich registriert.",
"headline": "Herzlich willkommen<br>bei der Beratung & Hilfe der Caritas."
"headline": "Herzlich willkommen<br>bei der Online-Beratung."
}
},
"overline": "Willkommen bei der Online-Beratung",
Expand Down Expand Up @@ -1936,7 +1936,7 @@
"buttonLabel": "Registrieren",
"helperText": "Noch nicht registriert?"
},
"subline": "Wie läuft die Beratung & Hilfe der Caritas ab?"
"subline": "Wie läuft die Beratung ab?"
}
},
"releaseNote": {
Expand Down

0 comments on commit 9043be3

Please sign in to comment.