stages/otp_*: fix app's verbose_name
This commit is contained in:
parent
36bc1dc020
commit
29e08e7477
|
@ -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/"
|
||||
|
|
|
@ -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/"
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in New Issue