Skip to content

web/admin: fixes capitalization in application wizard title#17959

Merged
dewi-tik merged 1 commit intomainfrom
web/admin--fix-wizard-capitalization
Nov 5, 2025
Merged

web/admin: fixes capitalization in application wizard title#17959
dewi-tik merged 1 commit intomainfrom
web/admin--fix-wizard-capitalization

Conversation

@dewi-tik
Copy link
Contributor

@dewi-tik dewi-tik commented Nov 5, 2025

Details

My most pernickety PR yet.

image

After:
image


Checklist

If changes to the frontend have been made

  • The code has been formatted (make web)

@dewi-tik dewi-tik requested a review from a team as a code owner November 5, 2025 09:49
@dewi-tik dewi-tik added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Nov 5, 2025
@dewi-tik dewi-tik requested a review from GirlBossRush November 5, 2025 09:49
@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 5d8e37f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/690b1d9aee398b0008b4b23c

@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 5d8e37f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/690b1d9acb79330008b81368
😎 Deploy Preview https://deploy-preview-17959--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 5d8e37f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/690b1d9ac9181b0008ecdbd8
😎 Deploy Preview https://deploy-preview-17959--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dewi-tik dewi-tik moved this from Todo to In review in authentik Core Nov 5, 2025
@dewi-tik dewi-tik moved this from In review to Needs review in authentik Core Nov 5, 2025
@dewi-tik dewi-tik self-assigned this Nov 5, 2025
@codecov
Copy link

codecov bot commented Nov 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.87%. Comparing base (8acd670) to head (5d8e37f).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17959      +/-   ##
==========================================
- Coverage   92.92%   92.87%   -0.05%     
==========================================
  Files         869      869              
  Lines       48016    48016              
==========================================
- Hits        44619    44596      -23     
- Misses       3397     3420      +23     
Flag Coverage Δ
e2e 45.18% <ø> (+<0.01%) ⬆️
integration 23.14% <ø> (-0.06%) ⬇️
unit 91.07% <ø> (+<0.01%) ⬆️
unit-migrate 91.12% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2025

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-5d8e37f4dda4245683e527105cd5fef339523156
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-5d8e37f4dda4245683e527105cd5fef339523156

Afterwards, run the upgrade commands from the latest release notes.

@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Nov 5, 2025
@dewi-tik dewi-tik added the backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 label Nov 5, 2025
@dewi-tik dewi-tik merged commit 547d35e into main Nov 5, 2025
101 checks passed
@dewi-tik dewi-tik deleted the web/admin--fix-wizard-capitalization branch November 5, 2025 12:45
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 5, 2025
authentik-automation bot pushed a commit that referenced this pull request Nov 5, 2025
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.10 created: #17962

kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main:
  webiste/docs: remove broken info box and fix sentence (#17963)
  web/admin: fixes capitalization in application wizard title (#17959)
  website/docs: added Note about email_verified scope mapping is set to false by default (#17942)
  crypto: update certificate api and component (#17921)
  core: bump openapitools/openapi-diff from 2.1.4 to 2.1.5 in /scripts/api (#17929)
  ci: bump getsentry/action-release from 3.3.0 to 3.4.0 (#17931)
  ci: bump helm/kind-action from 1.12.0 to 1.13.0 (#17930)
  tasks/schedules: fix rel obj not being associated or updated (#17934)
  core, web: update translations (#17807)
  brands: sort matched brand by match length (#17920)
  web: bump the storybook group across 1 directory with 5 updates (#17787)
  brands: add more matching tests (#16185)
BeryJu pushed a commit that referenced this pull request Nov 27, 2025
…ick #17959 to version-2025.10) (#17962)

web/admin: fixes capitalization in application wizard title (#17959)

Changes 'The' to 'the'

Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:frontend Features or issues related to the browser, TypeScript, Node.js, etc backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants