mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
removes erroneous $ (#26257)
This commit is contained in:
parent
f4b6abb05e
commit
c136f7da39
@ -40,7 +40,7 @@ export const AdminOrgsTable: FC<Props> = ({ orgs, onDelete }) => {
|
||||
title="Delete"
|
||||
body={
|
||||
<div>
|
||||
Are you sure you want to delete `${deleteOrg.name}`?
|
||||
Are you sure you want to delete '{deleteOrg.name}'?
|
||||
<br /> <small>All dashboards for this organization will be removed!</small>
|
||||
</div>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user