removes erroneous $ (#26257)

This commit is contained in:
Kamal Galrani 2020-07-13 12:05:40 +05:30 committed by GitHub
parent f4b6abb05e
commit c136f7da39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
}