Commit 45fbbedf authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski

Merge branch 'docs-fix-flag-name' into 'master'

Fix feature flag name for service desk email

See merge request gitlab-org/gitlab!33964
parents c41adb48 00567feb
......@@ -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