[PATCH 2/2] BZ 798567 use Il8n version of unlimited

Tzu-Mainn Chen tzumainn at redhat.com
Fri Mar 2 15:32:42 UTC 2012


---
 src/app/views/provider_accounts/_list.html.haml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/views/provider_accounts/_list.html.haml b/src/app/views/provider_accounts/_list.html.haml
index 3f4753e..60e217d 100644
--- a/src/app/views/provider_accounts/_list.html.haml
+++ b/src/app/views/provider_accounts/_list.html.haml
@@ -35,4 +35,4 @@
       %td= account.provider.provider_type.name
       %td= account.priority
       %td{:class => 'center'}= number_to_percentage account.quota.percentage_used, :precision => 0
-      %td{:class => 'center'}= account.quota.maximum_running_instances or 'unlimited'
+      %td{:class => 'center'}= account.quota.maximum_running_instances or t('provider_accounts.properties.unlimited')
-- 
1.7.6.5




More information about the aeolus-devel mailing list