Skip to content

Commit

Permalink
Wording fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsong8 committed Aug 31, 2015
1 parent c426b6d commit 3927492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/questions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def destroy
questionnaire_id = question.questionnaire_id
begin
question.destroy
flash[:success] = "You have deleted one question successfully!"
flash[:success] = "You have successfully deleted one question!"
rescue
flash[:error] = $!
end
Expand Down

0 comments on commit 3927492

Please sign in to comment.