Skip to content

Commit

Permalink
Merge pull request errbit#647 from brandedcrate/master
Browse files Browse the repository at this point in the history
correct app flash messages
  • Loading branch information
arthurnn committed Feb 8, 2014
2 parents 0d1cab6 + 208bfc4 commit 4f4dddb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ en:
flash:
create:
success: "Your app was successfully created."
error: "You app was successfully destroyed."
error: "Your app could not be created."
update:
success: "You app was successfully updated."
error: "You app was not updated"
success: "Your app was successfully updated."
error: "Your app could not be updated."
destroy:
success: "You app was successfully destroyed."
error: "You app could not be destroyed."
success: "Your app was successfully destroyed."
error: "Your app could not be destroyed."

users:
flash:
Expand Down

0 comments on commit 4f4dddb

Please sign in to comment.