Skip to content

Commit

Permalink
Remove extra translation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Oct 21, 2024
1 parent 5db206c commit 51a2d23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51a2d23

Please sign in to comment.