Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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