Commit 00567feb authored by Jan Provaznik's avatar Jan Provaznik

Fix feature flag name for service desk email

parent c2fc5a4b
......@@ -173,12 +173,12 @@ As a result, a new Service Desk issue is created from this email in the `mygroup
#### Enable custom email address
This feature comes with the `service_desk_email` feature flag disabled by default.
This feature comes with the `service_desk_custom_address` feature flag disabled by default.
To turn on the feature, ask a GitLab administrator with Rails console access to run the following
command:
```ruby
Feature.enable(:service_desk_email)
Feature.enable(:service_desk_custom_address)
```
The configuration options are the same as for configuring
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment