Skip to content

Commit

Permalink
Add Strings to Translation Function Call in _sidebar.html.erb publicl…
Browse files Browse the repository at this point in the history
…ab#10104 (publiclab#10335)

* Add Strings to Translation Function Call in _sidebar.html.erb publiclab#10104

* Update en.yml
  • Loading branch information
AlexanderKolberg authored and billymoroney1 committed Dec 28, 2021
1 parent 6073f62 commit 48d2a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard_v2/_sidebar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>
</div>
<br>
<small class="form-grey">Search topics</small>
<small class="form-grey"><%= translation('dashboard_v2.sidebar.search_topics') %></small>
<%= render :partial => "tag/typeahead_search" %>
<br/>
<small class="form-grey" style="text-decoration: underline">
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ en:
trending_topics: "Trending topics"
featured_topics: "Featured topics"
learn_more: "learn more"
search_topics: "Search topics"
add_topics: "Click to add topics, or"
all_topics: "<a href='%{url}' class='form-grey'>All topics</a>"
more_topics: "<a href='%{url}' class='form-grey'>more...</a>"
Expand Down

0 comments on commit 48d2a03

Please sign in to comment.