Chore: fix typo (#44188)

pull/44217/head^2
Christopher Norris 4 years ago committed by GitHub
parent d7683aaa17
commit f2da409703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/alerting/unified/components/receivers/form/CloudReceiverForm.tsx

@ -64,7 +64,7 @@ export const CloudReceiverForm: FC<Props> = ({ existing, alertManagerSourceName,
<>
{!isVanillaAM && (
<Alert title="Info" severity="info">
Note that empty string values will be replaced with global defaults were appropriate.
Note that empty string values will be replaced with global defaults where appropriate.
</Alert>
)}
<ReceiverForm<CloudChannelValues>

Loading…
Cancel
Save