We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac99b72 + c09aac4 commit 7cac435Copy full SHA for 7cac435
1 file changed
app/controllers/application_controller.rb
@@ -105,7 +105,7 @@ def authenticate_admin!
105
end
106
107
def failure_message(obj, action = 'save')
108
- format(_('Unable to %{action} the %{object}. {errors}'),
+ format(_('Unable to %{action} the %{object}. %{errors}'),
109
object: obj_name_for_display(obj),
110
action: action || 'save', errors: errors_for_display(obj))
111
0 commit comments