Fix tag delete confirmation text
This commit is contained in:
parent
973f4f15e7
commit
01549ffc88
@ -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 />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user