Commit e3231fa49739d386b410b83a485e864d752e41a9

Authored by Michel Felipe
1 parent fde8e501

Change label select from 'All' to 'Select a category'

controllers/myprofile/proposals_discussion_plugin_tasks_controller.rb
@@ -16,7 +16,7 @@ class ProposalsDiscussionPluginTasksController < TasksController @@ -16,7 +16,7 @@ class ProposalsDiscussionPluginTasksController < TasksController
16 16
17 @view_only = !current_person.has_permission?(:perform_task, profile) || params[:view_only] 17 @view_only = !current_person.has_permission?(:perform_task, profile) || params[:view_only]
18 18
19 - @task_categories = [OpenStruct.new(:name => _('All'), :id => nil) ] + ProposalsDiscussionPlugin::TaskCategory.all 19 + @task_categories = [OpenStruct.new(:name => _('Select a category'), :id => nil) ] + ProposalsDiscussionPlugin::TaskCategory.all
20 @task_types = Task.pending_types_for(profile) 20 @task_types = Task.pending_types_for(profile)
21 21
22 # maps statuses which would be used in status filter 22 # maps statuses which would be used in status filter