[PATCH conductor 8/9] Fix typo on ProviderPriorityGroups#index

ifarkas at redhat.com ifarkas at redhat.com
Thu Aug 16 14:44:08 UTC 2012


From: Imre Farkas <ifarkas at redhat.com>

---
 src/app/views/provider_priority_groups/index.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/views/provider_priority_groups/index.html.haml b/src/app/views/provider_priority_groups/index.html.haml
index fd2b5da..afd0c23 100644
--- a/src/app/views/provider_priority_groups/index.html.haml
+++ b/src/app/views/provider_priority_groups/index.html.haml
@@ -11,7 +11,7 @@
   %header
     .section-controls
       = link_to(t('provider_priority_groups.index.add_new'), new_pool_provider_selection_provider_priority_group_path(@pool), :class => 'button pill')
-    %h2= t('provider_selection.show.edit_strategy', :name => 'Stict Order')
+    %h2= t('provider_priority_groups.index.edit_strict_order_strategy')
   .content
     - if @priority_groups.any?
       %ul.priority-groups
-- 
1.7.11.2




More information about the aeolus-devel mailing list