Skip to content

Commit

Permalink
Merge pull request #3050 from DMPRoadmap/translation_io_small_fixes
Browse files Browse the repository at this point in the history
Translation.io tags missing
  • Loading branch information
briri authored Oct 11, 2021
2 parents 82cd991 + ad551e0 commit 497229a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/presenters/contributor_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ def roles_for_radio(contributor:)
def role_symbol_to_string(symbol:)
case symbol
when :data_curation
"Data Manager"
_("Data Manager")
when :project_administration
"Project Administrator"
_("Project Administrator")
when :investigation
"Principal Investigator"
_("Principal Investigator")
else
"Other"
_("Other")
end
end

Expand Down
2 changes: 1 addition & 1 deletion app/views/plans/request_feedback.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% title "#{@plan.title} - Request feedback" %>
<% title _("#{@plan.title} - Request feedback") %>
<div class="row">
<div class="col-md-12">
<!-- render the project title -->
Expand Down

0 comments on commit 497229a

Please sign in to comment.