Skip to content

Commit

Permalink
Merge pull request #559 from GregP/datastore_filter_display_msg
Browse files Browse the repository at this point in the history
Datastore selection flash message fix
  • Loading branch information
h-kataria authored Mar 2, 2017
2 parents b48d0a3 + 7caa244 commit 3a5c784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/storage_controller/storage_d.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def storage_list
def miq_search_node
options = {:model => "Storage"}
process_show_list(options)
@right_cell_text = _("All %{title} Datastores") % {:title => ui_lookup(:ui_title => "datastore")}
@right_cell_text = _("All %{models}") % {:models => ui_lookup(:models => "Datastore")}
end

private #######################
Expand Down

0 comments on commit 3a5c784

Please sign in to comment.