diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 91ca36f9e0..a3950b2002 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -1,4 +1,4 @@ -name: Make Translation +name: Update Translation Files on: push: @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: get current translations + - name: Get Current Translations run: | git fetch git checkout origin/l10 -- `git ls-tree origin/l10 -r --name-only | grep ".po"` @@ -42,7 +42,7 @@ jobs: - name: stash changes run: | git stash - - name: Checkout tranlation-branch + - name: Checkout Translation Branch uses: actions/checkout@v2.3.4 with: ref: l10 diff --git a/InvenTree/templates/about.html b/InvenTree/templates/about.html index 3a650adba2..15ff588576 100644 --- a/InvenTree/templates/about.html +++ b/InvenTree/templates/about.html @@ -60,7 +60,7 @@ - {% trans "Get the App" %} + {% trans "Mobile App" %} https://inventree.readthedocs.io/en/latest/app/app @@ -74,7 +74,7 @@ diff --git a/InvenTree/templates/navbar.html b/InvenTree/templates/navbar.html index 55e0e06018..42124266d6 100644 --- a/InvenTree/templates/navbar.html +++ b/InvenTree/templates/navbar.html @@ -10,7 +10,7 @@