Commit 19be07c072286840f3873d40ac6c5d9ec5608e10

Authored by Michel Felipe
1 parent 5d64374a

Changed error msg in model validation about try approve/reprove without categories

lib/proposals_discussion_plugin/proposal_task.rb
... ... @@ -293,7 +293,7 @@ class ProposalsDiscussionPlugin::ProposalTask < Task
293 293  
294 294 def require_category
295 295 if categories.count == 0 && flagged?
296   - errors.add :categories, _('Please, select at least one')
  296 + errors.add :categories, _('Select at least one category')
297 297 end
298 298 end
299 299 end
... ...