diff --git a/app/controllers/concerns/decidim/privacy/admin/user_groups_controller_extensions.rb b/app/controllers/concerns/decidim/privacy/admin/user_groups_controller_extensions.rb index 1ae6e0c..6d801d9 100644 --- a/app/controllers/concerns/decidim/privacy/admin/user_groups_controller_extensions.rb +++ b/app/controllers/concerns/decidim/privacy/admin/user_groups_controller_extensions.rb @@ -23,7 +23,7 @@ def verify end on(:email_confirmation) do - flash[:alert] = I18n.t("user_group.verify.confirmation_pending", scope: "decidim.admin") + flash[:alert] = I18n.t("groups.verify.email_confirmation", scope: "decidim.privacy") redirect_back(fallback_location: decidim_admin.user_groups_path) end end diff --git a/config/locales/en.yml b/config/locales/en.yml index 97c9658..1ecb546 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -13,10 +13,6 @@ en: profile: My public profile message: "Your profile is set as public on this platform and other people can see details about you, such as your name, nickname, profile picture and your public activity on this platform. You can change the visibility of your profile through the privacy settings page. Your profile is available at:" decidim: - admin: - user_group: - verify: - confirmation_pending: The group's email address has to be confirmed in order to verify the group. components: privacy: name: Privacy settings