We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e65d6f commit 4fea2b6Copy full SHA for 4fea2b6
lib/rollout/ui/web.rb
@@ -51,7 +51,7 @@ class Web < Sinatra::Base
51
actor = config.get(:actor, scope: self)
52
feature_data = rollout.get(params[:feature_name]).data
53
if feature_data['updated_at'] && params[:last_updated_at] != feature_data['updated_at']
54
- redirect "#{feature_path(params[:feature_name])}?error=It looks like this version of the rollout is outdated. Please refresh the page and try again."
+ redirect "#{feature_path(params[:feature_name])}?error=Rollout version outdated. Review changes below and try again."
55
end
56
with_rollout_context(rollout, actor: actor) do
57
rollout.with_feature(params[:feature_name]) do |feature|
0 commit comments