Fix tag delete confirmation text

This commit is contained in:
Sam Becker 2024-01-20 12:05:36 -06:00
parent 973f4f15e7
commit 01549ffc88

View File

@ -41,7 +41,7 @@ export default async function AdminTagsPage() {
action={deletePhotoTagGloballyAction}
confirmText={
// eslint-disable-next-line max-len
`Are you sure you want to remove "${formatTag(tag)}?" from ${photoQuantityText(count, false).toLowerCase()}?`}
`Are you sure you want to remove "${formatTag(tag)}" from ${photoQuantityText(count, false).toLowerCase()}?`}
>
<input type="hidden" name="tag" value={tag} />
<DeleteButton />