Skip to content

Commit

Permalink
Datastore selection flash message fix
Browse files Browse the repository at this point in the history
Corrected flash message text when selecting datastore filter for display

https://bugzilla.redhat.com/show_bug.cgi?id=1398744
  • Loading branch information
GregP committed Mar 2, 2017
1 parent b48d0a3 commit 7caa244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/storage_controller/storage_d.rb
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 7caa244

Please sign in to comment.