diff options
author | ToxyFlog1627 <59206807+ToxyFlog1627@users.noreply.github.com> | 2023-08-11 14:01:54 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-08-13 08:50:29 +0200 |
commit | f175574f3731c99d82758952e37f52037476aa5f (patch) | |
tree | 2a20016a2a74fe48fa2cb639469d23ff1f60ef7b /.github/workflows/translations-update.yml | |
parent | 4573417b6c5d50935233268d672d0f3fc8cef8c6 (diff) | |
download | searxng-f175574f3731c99d82758952e37f52037476aa5f.tar.gz searxng-f175574f3731c99d82758952e37f52037476aa5f.zip |
[fix] typos in documentation & messages
Diffstat (limited to '.github/workflows/translations-update.yml')
-rw-r--r-- | .github/workflows/translations-update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/translations-update.yml b/.github/workflows/translations-update.yml index bf1e11813..769a0b160 100644 --- a/.github/workflows/translations-update.yml +++ b/.github/workflows/translations-update.yml @@ -6,7 +6,7 @@ on: jobs: babel: - name: "create PR for additons from weblate" + name: "create PR for additions from weblate" runs-on: ubuntu-20.04 if: ${{ github.repository_owner == 'searxng' && github.ref == 'refs/heads/master' }} steps: |