mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
Alerting: fix typo in delete dashboard modal prompt (#36270)
This commit is contained in:
parent
10a942aad0
commit
a63c959ae9
@ -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>
|
||||
</>
|
||||
) : (
|
||||
|
Loading…
Reference in New Issue
Block a user