diff --git a/src/app/(auth-state)/admin/tags/page.tsx b/src/app/(auth-state)/admin/tags/page.tsx index f31bd33c..f15931be 100644 --- a/src/app/(auth-state)/admin/tags/page.tsx +++ b/src/app/(auth-state)/admin/tags/page.tsx @@ -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()}?`} >