diff --git a/app/controllers/checkouts_controller.rb b/app/controllers/checkouts_controller.rb index 976a9794..f8ce0f6b 100644 --- a/app/controllers/checkouts_controller.rb +++ b/app/controllers/checkouts_controller.rb @@ -128,7 +128,7 @@ def uncheckin checkout.checked_in_at = nil respond_to do |format| if checkout.save - format.html { redirect_to tool_path(checkout.tool), notice: 'Checkout was successfully undone' } + format.html { redirect_to tool_path(checkout.tool), notice: 'Checkin was successfully undone' } else format.html { redirect_to tool_path(checkout.tool), notice: 'Error' } end