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