From 764e0c4aee4fbc557f8fe878ff7e64bd2c1d8c09 Mon Sep 17 00:00:00 2001 From: MrZYX Date: Thu, 31 Mar 2011 18:59:00 +0200 Subject: [PATCH] fixed #985 --- app/views/aspects/index.mobile.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/aspects/index.mobile.haml b/app/views/aspects/index.mobile.haml index 4bc628ba8..da3c6a453 100644 --- a/app/views/aspects/index.mobile.haml +++ b/app/views/aspects/index.mobile.haml @@ -4,7 +4,7 @@ #aspect_header - if @aspect == :all - = t('application.helper.aspect_badge.all_aspects') + = t('all_aspects') - else = @aspect