Skip to content

Commit

Permalink
Merge pull request #268 from zakiva/fix_conditions_title
Browse files Browse the repository at this point in the history
Fix "Provider Conditions" title in tree builder conditions
  • Loading branch information
Dan Clarizio authored Jan 31, 2017
2 parents bf941a6 + 3b1e704 commit 0c8f61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/presenters/tree_builder_condition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def x_get_tree_roots(count_only, _options)
:ContainerGroup => _("Pod Conditions"),
:ContainerNode => _("Container Node Conditions"),
:ContainerImage => _("Container Image Conditions"),
:ExtManagementSystem => _("Container Provider Conditions")}
:ExtManagementSystem => _("Provider Conditions")}

objects = MiqPolicyController::UI_FOLDERS.collect do |model|
text = text_i18n[model.name.to_sym]
Expand Down

0 comments on commit 0c8f61c

Please sign in to comment.