- <% verify_account = link_to(t("votes.verify_account"), verification_path) %>
+ <% verify_account = link_to(t("users.verify_account"), verification_path) %>
<% signin = link_to(t("users.signin"), new_user_session_path) %>
<% signup = link_to(t("users.signup"), new_user_registration_path) %>
<% my_heading = link_to(investment.heading.name,
diff --git a/app/views/budgets/investments/_sidebar.html.erb b/app/views/budgets/investments/_sidebar.html.erb
index 4f18054f4..4f3c3ee60 100644
--- a/app/views/budgets/investments/_sidebar.html.erb
+++ b/app/views/budgets/investments/_sidebar.html.erb
@@ -7,8 +7,7 @@
<% else %>
<%= t("budgets.investments.index.sidebar.verified_only",
- verify: link_to(t("budgets.investments.index.sidebar.verify_account"),
- verification_path)).html_safe %>
+ verify: link_to(t("users.verify_account"), verification_path)).html_safe %>
<% end %>
<% end %>
diff --git a/app/views/budgets/investments/_votes.html.erb b/app/views/budgets/investments/_votes.html.erb
index 9c0aba6d4..f946d749c 100644
--- a/app/views/budgets/investments/_votes.html.erb
+++ b/app/views/budgets/investments/_votes.html.erb
@@ -33,7 +33,7 @@
<%= t("votes.budget_investments.#{reason}",
count: investment.group.max_votable_headings,
- verify_account: link_to(t("votes.verify_account"), verification_path),
+ verify_account: link_to(t("users.verify_account"), verification_path),
signin: link_to(t("users.signin"), new_user_session_path),
signup: link_to(t("users.signup"), new_user_registration_path),
supported_headings: (current_user && current_user.headings_voted_within_group(investment.group).map(&:name).sort.to_sentence)
diff --git a/app/views/budgets/show.html.erb b/app/views/budgets/show.html.erb
index c6fc56529..a602b076a 100644
--- a/app/views/budgets/show.html.erb
+++ b/app/views/budgets/show.html.erb
@@ -24,7 +24,7 @@
<% else %>
<%= t("budgets.investments.index.sidebar.verified_only",
- verify: link_to(t("budgets.investments.index.sidebar.verify_account"), verification_path)).html_safe %>
+ verify: link_to(t("users.verify_account"), verification_path)).html_safe %>
<% end %>
<% else %>
diff --git a/app/views/comments/_comment_tree.html.erb b/app/views/comments/_comment_tree.html.erb
index 33824d743..a22f78396 100644
--- a/app/views/comments/_comment_tree.html.erb
+++ b/app/views/comments/_comment_tree.html.erb
@@ -24,7 +24,7 @@
<% elsif require_verified_resident_for_commentable?(commentable, current_user) %>
- <%= t("comments.verified_only", verify_account: link_to(t("comments.verify_account"), verification_path)).html_safe %>
+ <%= t("comments.verified_only", verify_account: link_to(t("users.verify_account"), verification_path)).html_safe %>
<% elsif allow_comments %>
<%= render "comments/form", { commentable: commentable,
diff --git a/app/views/debates/_votes.html.erb b/app/views/debates/_votes.html.erb
index dd7c6e1ea..b85c43549 100644
--- a/app/views/debates/_votes.html.erb
+++ b/app/views/debates/_votes.html.erb
@@ -53,7 +53,7 @@
<%= t("votes.anonymous",
- verify_account: link_to(t("votes.verify_account"), verification_path)).html_safe %>
+ verify_account: link_to(t("users.verify_account"), verification_path)).html_safe %>
<% elsif !user_signed_in? %>
diff --git a/app/views/direct_messages/new.html.erb b/app/views/direct_messages/new.html.erb
index 6e403d48f..513d4ab6d 100644
--- a/app/views/direct_messages/new.html.erb
+++ b/app/views/direct_messages/new.html.erb
@@ -38,8 +38,7 @@
<%= t("users.direct_messages.new.verified_only",
- verify_account: link_to(t("users.direct_messages.new.verify_account"),
- verification_path)).html_safe %>
+ verify_account: link_to(t("users.verify_account"), verification_path)).html_safe %>
<% end %>
diff --git a/app/views/legislation/proposals/_featured_votes.html.erb b/app/views/legislation/proposals/_featured_votes.html.erb
index df99dfd95..ce43a87e4 100644
--- a/app/views/legislation/proposals/_featured_votes.html.erb
+++ b/app/views/legislation/proposals/_featured_votes.html.erb
@@ -23,7 +23,7 @@
<%= t("votes.verified_only",
- verify_account: link_to(t("votes.verify_account"), verification_path)).html_safe %>
+ verify_account: link_to(t("users.verify_account"), verification_path)).html_safe %>
<% elsif !user_signed_in? %>
diff --git a/app/views/legislation/proposals/_votes.html.erb b/app/views/legislation/proposals/_votes.html.erb
index 6ce1b28f0..c770b2eb9 100644
--- a/app/views/legislation/proposals/_votes.html.erb
+++ b/app/views/legislation/proposals/_votes.html.erb
@@ -55,7 +55,7 @@
<%= t("legislation.proposals.not_verified",
- verify_account: link_to(t("votes.verify_account"), verification_path)).html_safe %>
+ verify_account: link_to(t("users.verify_account"), verification_path)).html_safe %>
<% elsif !user_signed_in? %>
diff --git a/app/views/legislation/questions/_participation_not_allowed.html.erb b/app/views/legislation/questions/_participation_not_allowed.html.erb
index 269f7f859..2c7d85782 100644
--- a/app/views/legislation/questions/_participation_not_allowed.html.erb
+++ b/app/views/legislation/questions/_participation_not_allowed.html.erb
@@ -8,7 +8,7 @@
<%= t("legislation.questions.participation.verified_only",
- verify_account: link_to(t("legislation.questions.participation.verify_account"), verification_path)).html_safe %>
+ verify_account: link_to(t("users.verify_account"), verification_path)).html_safe %>
<% elsif !user_signed_in? %>
diff --git a/app/views/proposals/_featured_votes.html.erb b/app/views/proposals/_featured_votes.html.erb
index 81caf134a..3b9feb832 100644
--- a/app/views/proposals/_featured_votes.html.erb
+++ b/app/views/proposals/_featured_votes.html.erb
@@ -23,7 +23,7 @@
<%= t("votes.verified_only",
- verify_account: link_to(t("votes.verify_account"), verification_path)).html_safe %>
+ verify_account: link_to(t("users.verify_account"), verification_path)).html_safe %>
<% elsif !user_signed_in? %>
diff --git a/app/views/proposals/_votes.html.erb b/app/views/proposals/_votes.html.erb
index 427215ba5..bc6d2bd4e 100644
--- a/app/views/proposals/_votes.html.erb
+++ b/app/views/proposals/_votes.html.erb
@@ -30,7 +30,7 @@
<%= t("votes.verified_only",
- verify_account: link_to(t("votes.verify_account"), verification_path)).html_safe %>
+ verify_account: link_to(t("users.verify_account"), verification_path)).html_safe %>