lib/flipper/ui/views/feature_removal_disabled.erb in flipper-ui-0.14.0 vs lib/flipper/ui/views/feature_removal_disabled.erb in flipper-ui-0.15.0

- old
+ new

@@ -1,3 +1,3 @@ <div class="alert alert-danger"> - Feature removal from the UI is disabled. To enable, you'll need to set <code>Flipper::UI.feature_removal_enabled = true</code> wherever flipper is running from. + Feature removal from the UI is disabled. To enable, you'll need to set <code>Flipper::UI.configuration.feature_removal_enabled = true</code> wherever flipper is running from. </div>