cloud: update feature flag warning severity (#63499)

follow up https://github.com/sourcegraph/sourcegraph/pull/63484

got feedback from teammates that it shouldn't be `warning` but `info`

warning usually indicates something is wrong, this is not the case.

<!-- PR description tips:
https://www.notion.so/sourcegraph/Write-a-good-pull-request-description-610a7fd3e613496eb76f450db5a49b6e
-->

## Test plan

<!-- REQUIRED; info at
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles
-->

## Changelog

<!-- OPTIONAL; info at
https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c
-->

n/a
This commit is contained in:
Michael Lin 2024-06-27 16:38:03 -07:00 committed by GitHub
parent 42990e1c1b
commit b572e071bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -223,7 +223,7 @@ export const SiteAdminFeatureFlagsPage: React.FunctionComponent<
/>
{isSourcegraphCloudManagedFeatureFlagsWarningShown && (
<Alert variant="warning">
<Alert variant="info">
Feature flag settings are managed by Sourcegraph and will be overridden by updates. Contact support
for help.
</Alert>