diff --git a/app/controllers/subscriptions_controller.rb b/app/controllers/subscriptions_controller.rb index 0eee02ce..45f4548a 100644 --- a/app/controllers/subscriptions_controller.rb +++ b/app/controllers/subscriptions_controller.rb @@ -15,7 +15,7 @@ class SubscriptionsController < ApplicationController end end - redirect_to root_path, notice: "Your trial has started" + redirect_to root_path, notice: "Welcome to Maybe!" end def new