diff --git a/app/controllers/alerts_controller.rb b/app/controllers/alerts_controller.rb index df615621f..258b9c906 100644 --- a/app/controllers/alerts_controller.rb +++ b/app/controllers/alerts_controller.rb @@ -112,7 +112,7 @@ def user_session alert.geocode_from_address if alert.save - redirect_to alerts_path, notice: "You succesfully added a new alert for #{alert.address}" + redirect_to alerts_path, notice: "You succesfully signed in and added a new alert for #{alert.address}" else @alert = T.let(alert, T.nilable(Alert)) render :new