UX: Change organization alert type from error to info (#28762)

This commit is contained in:
Ella E. 2024-09-05 14:42:06 -06:00 committed by GitHub
parent e7d80cf762
commit 22b4ba99f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export default class AdminConfigAreasAboutYourOrganization extends Component {
}}
/>
</form.Field>
<form.Alert @type="error">
<form.Alert @type="info">
{{i18n "admin.config_areas.about.company_name_warning"}}
</form.Alert>