From bdad8507c5d1a1393a1d71ea84187fc661168897 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Thu, 5 Oct 2023 23:35:50 -0500 Subject: [PATCH] Lowercase admin tag text --- src/app/(auth-state)/admin/tags/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}?`} >