stages/otp_*: fix app's verbose_name

This commit is contained in:
Jens Langhammer 2021-01-12 22:59:46 +01:00
parent 36bc1dc020
commit 29e08e7477
3 changed files with 3 additions and 3 deletions

View File

@ -7,5 +7,5 @@ class AuthentikStageOTPStaticConfig(AppConfig):
name = "authentik.stages.otp_static"
label = "authentik_stages_otp_static"
verbose_name = "authentik OTP.Static"
verbose_name = "authentik Stages.OTP.Static"
mountpoint = "-/user/otp/static/"

View File

@ -7,5 +7,5 @@ class AuthentikStageOTPTimeConfig(AppConfig):
name = "authentik.stages.otp_time"
label = "authentik_stages_otp_time"
verbose_name = "authentik OTP.Time"
verbose_name = "authentik Stages.OTP.Time"
mountpoint = "-/user/otp/time/"

View File

@ -7,4 +7,4 @@ class AuthentikStageOTPValidateConfig(AppConfig):
name = "authentik.stages.otp_validate"
label = "authentik_stages_otp_validate"
verbose_name = "authentik OTP.Validate"
verbose_name = "authentik Stages.OTP.Validate"