diff --git a/config/locales/controllers.en.yml b/config/locales/controllers.en.yml index b0347cc9..08b549dc 100644 --- a/config/locales/controllers.en.yml +++ b/config/locales/controllers.en.yml @@ -196,6 +196,13 @@ en: error: :errors.invalid_otp destroy: 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: sessions: create: diff --git a/config/locales/frontend.en.yml b/config/locales/frontend.en.yml index 96228659..327e780b 100644 --- a/config/locales/frontend.en.yml +++ b/config/locales/frontend.en.yml @@ -6,12 +6,6 @@ en: error: title: "Uh-oh…" 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: confirm: title: "Are you sure?"