Commit b0b247179a698bd75bc2366d1c86da5d5b649fc6

Authored by Nathan Broadbent
1 parent c5a88591
Exists in master and in 1 other branch production

Typo: up ~> app

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/controllers/errs_controller.rb
... ... @@ -36,7 +36,7 @@ class ErrsController < ApplicationController
36 36 if @app.issue_tracker
37 37 @app.issue_tracker.create_issue @err
38 38 else
39   - flash[:error] = "This up has no issue tracker setup."
  39 + flash[:error] = "This app has no issue tracker setup."
40 40 end
41 41 redirect_to app_err_path(@app, @err)
42 42 rescue ActiveResource::ConnectionError => e
... ...