diff --git a/app/helpers/categories_helper.rb b/app/helpers/categories_helper.rb index 5f2bc8e..78ad950 100644 --- a/app/helpers/categories_helper.rb +++ b/app/helpers/categories_helper.rb @@ -11,7 +11,7 @@ module CategoriesHelper ] TYPES = [ - [ _('Categoria Geral'), Category.to_s ], + [ _('General Category'), Category.to_s ], [ _('Product Category'), ProductCategory.to_s ], [ _('Region'), Region.to_s ], ] -- libgit2 0.21.2