Alerting: fix typo in delete dashboard modal prompt (#36270)

This commit is contained in:
Victor Cinaglia 2021-07-09 04:58:49 -03:00 committed by GitHub
parent 10a942aad0
commit a63c959ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ const getModalBody = (panels: PanelModel[], title: string) => {
<p>Do you want to delete this dashboard?</p>
<p>
This dashboard contains {totalAlerts} alert{totalAlerts > 1 ? 's' : ''}. Deleting this dashboard also deletes
deletes those alerts
those alerts.
</p>
</>
) : (