diff --git a/.github/workflows/translation-compile.yml b/.github/workflows/translation-compile.yml index 0b600bf81..6084493d9 100644 --- a/.github/workflows/translation-compile.yml +++ b/.github/workflows/translation-compile.yml @@ -3,10 +3,7 @@ on: push: branches: [main] paths: - - "/locale/" - pull_request: - paths: - - "/locale/" + - "locale/**" workflow_dispatch: env: @@ -24,7 +21,7 @@ jobs: - name: Setup authentik env uses: ./.github/actions/setup - name: run compile - run: poetry run ./manage.py compilemessages + run: poetry run ak compilemessages - name: Create Pull Request uses: peter-evans/create-pull-request@v5 id: cpr diff --git a/web/src/flow/stages/RedirectStage.ts b/web/src/flow/stages/RedirectStage.ts index f542edfc4..2181fefcd 100644 --- a/web/src/flow/stages/RedirectStage.ts +++ b/web/src/flow/stages/RedirectStage.ts @@ -38,7 +38,7 @@ export class RedirectStage extends BaseStage

${t`You're about to be redirect to the following URL.`}

- ${this.renderURL()} + ${this.getURL()}