Skip to content

Commit

Permalink
Add missing gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalis committed Nov 12, 2017
1 parent 690ff16 commit 434a105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/service_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def generic_object
if id.present?
@lastaction = "generic_object"
@item = @record.generic_objects.find(from_cid(id)).first
drop_breadcrumb(:name => "#{@record.name} (All Generic Objects)",
drop_breadcrumb(:name => _("%{name} (All Generic Objects)") % {:name => @record.name},
:url => show_link(@record, :display => @display))
drop_breadcrumb(:name => @item.name, :url => "/#{controller_name}/show/#{@record.id}?display=generic_objects/show=#{id}")
@view = get_db_view(GenericObject)
Expand Down

0 comments on commit 434a105

Please sign in to comment.