Move subscription locales into controller scope
This commit is contained in:
parent
8842998229
commit
1bc7d04054
|
@ -196,6 +196,13 @@ en:
|
||||||
error: :errors.invalid_otp
|
error: :errors.invalid_otp
|
||||||
destroy:
|
destroy:
|
||||||
success: "Two factor authentication has been disabled for your account."
|
success: "Two factor authentication has been disabled for your account."
|
||||||
|
subscriptions:
|
||||||
|
create:
|
||||||
|
success: "Successfully subscribed."
|
||||||
|
error: "Failed to subscribe to answer."
|
||||||
|
destroy:
|
||||||
|
success: "Successfully unsubscribed."
|
||||||
|
error: "Failed to unsubscribe from answer."
|
||||||
user:
|
user:
|
||||||
sessions:
|
sessions:
|
||||||
create:
|
create:
|
||||||
|
|
|
@ -6,12 +6,6 @@ en:
|
||||||
error:
|
error:
|
||||||
title: "Uh-oh…"
|
title: "Uh-oh…"
|
||||||
message: "An error occurred, a developer should check the console for details"
|
message: "An error occurred, a developer should check the console for details"
|
||||||
subscription:
|
|
||||||
subscribe: "Successfully subscribed."
|
|
||||||
unsubscribe: "Successfully unsubscribed."
|
|
||||||
fail:
|
|
||||||
subscribe: "Failed to subscribe to answer."
|
|
||||||
unsubscribe: "Failed to unsubscribe from answer."
|
|
||||||
list:
|
list:
|
||||||
confirm:
|
confirm:
|
||||||
title: "Are you sure?"
|
title: "Are you sure?"
|
||||||
|
|
Loading…
Reference in New Issue