Lowercase admin tag text
This commit is contained in:
parent
712c4ba6d3
commit
bdad8507c5
@ -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 />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user