summaryrefslogtreecommitdiff
path: root/config/locales/flash.en.yml
blob: 7ad28f81ef1aa661585aa62aa6f44fc4fc8fa512 (plain)
1
2
3
4
5
6
7
8
9
10
en:
  flash:
    success: "%{resource} was successfully saved."
    error: "%{resource} could not be saved."
    create:
      success: "%{resource} was successfully created."
      error: "%{resource} could not be created."
    update:
      success: "%{resource} was successfully updated."
      error: "%{resource} could not be updated."