Changes i18n namespace for errors

This commit is contained in:
kikito
2016-12-25 12:55:39 +01:00
parent 53233c365a
commit 9af8eb8d52

View File

@@ -44,7 +44,7 @@
<div class="js-participation-not-allowed" style='display:none'> <div class="js-participation-not-allowed" style='display:none'>
<p> <p>
<%= t("votes.budget_investments.#{reason}", <%= t("budgets.ballots.reasons_for_not_balloting.#{reason}",
verify_account: link_to(t("votes.verify_account"), verification_path), verify_account: link_to(t("votes.verify_account"), verification_path),
signin: link_to(t("votes.signin"), new_user_session_path), signin: link_to(t("votes.signin"), new_user_session_path),
signup: link_to(t("votes.signup"), new_user_registration_path), signup: link_to(t("votes.signup"), new_user_registration_path),