From ff16d6711eb127c1116539ffce4bb21600dc0649 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Fri, 2 May 2025 14:54:44 -0400 Subject: [PATCH] Update post-onboarding message to be generic --- app/controllers/subscriptions_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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