Lowercase admin tag text

This commit is contained in:
Sam Becker 2023-10-05 23:35:50 -05:00
parent 712c4ba6d3
commit bdad8507c5

View File

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