Skip to content

Commit

Permalink
Merge pull request #11914 from himdel/fix-i18n-typo
Browse files Browse the repository at this point in the history
Fix an i18n typo in breadcrumbs for cim_base_storage_extents
  • Loading branch information
mzazrivec committed Oct 13, 2016
2 parents ce6a630 + 0a36398 commit bdf3c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller/ci_processing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ def cim_base_storage_extents

table_name = "cim_base_storage_extents"
model_name = table_name.classify.constantize
drop_breadcrumb(:name => _("%{name} (All ${tables})") % {:name => @record.evm_display_name,
drop_breadcrumb(:name => _("%{name} (All %{tables})") % {:name => @record.evm_display_name,
:tables => ui_lookup(:tables => @display.singularize)},
:url => "/#{self.class.table_name}/show/#{@record.id}?display=#{@display}")
@view, @pages = get_view(model_name, :parent => @record, :parent_method => :base_storage_extents) # Get the records (into a view) and the paginator
Expand Down

0 comments on commit bdf3c9b

Please sign in to comment.