Move subscription locales into controller scope

This commit is contained in:
Andreas Nedbal 2023-10-25 02:52:57 +02:00
parent 8842998229
commit 1bc7d04054
2 changed files with 7 additions and 6 deletions

View File

@ -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:

View File

@ -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?"