lib/active_scaffold/locale/en.rb in active_scaffold-3.0.5 vs lib/active_scaffold/locale/en.rb in active_scaffold-3.0.11
- old
+ new
@@ -110,9 +110,10 @@
},
# error_messages
:cant_destroy_record => "%{record} can't be destroyed",
:internal_error => 'Request Failed (code 500, Internal Error)',
:version_inconsistency => 'Version inconsistency - this record has been modified since you started editing it.',
- :record_not_saved => 'Failed to save record cause of an unknown error'
+ :record_not_saved => 'Failed to save record cause of an unknown error',
+ :no_authorization_for_action => "No Authorization for action %{action}"
}
}
}