Update locale namespaces for totp actions
This commit is contained in:
parent
0f63e39194
commit
5c4c272d53
|
@ -65,11 +65,13 @@ en:
|
|||
update:
|
||||
success: "Theme saved successfully."
|
||||
error: "Theme saving failed. %{errors}"
|
||||
user:
|
||||
update_2fa:
|
||||
two_factor_authentication:
|
||||
otp_authentication:
|
||||
update:
|
||||
error: :errors.invalid_otp
|
||||
destroy_2fa:
|
||||
destroy:
|
||||
success: "Two factor authentication has been disabled for your account."
|
||||
user:
|
||||
sessions:
|
||||
create:
|
||||
info: "You have %{count} recovery codes remaining."
|
||||
|
|
|
@ -182,7 +182,10 @@ en:
|
|||
adjust:
|
||||
profile_picture: "Adjust your new profile picture"
|
||||
profile_header: "Adjust your new profile header"
|
||||
security:
|
||||
two_factor_authentication:
|
||||
otp_authentication:
|
||||
index:
|
||||
title: "Security Settings"
|
||||
heading: "Two-factor authentication"
|
||||
recovery_keys:
|
||||
heading: "Your %{app_name} recovery codes"
|
||||
|
@ -358,8 +361,6 @@ en:
|
|||
title: "Blocks"
|
||||
edit_mute:
|
||||
title: "Muted Words"
|
||||
edit_security:
|
||||
title: "Security Settings"
|
||||
moderation:
|
||||
inbox:
|
||||
header:
|
||||
|
|
Loading…
Reference in New Issue