From 3fffe9601612d79dea5fa8a9521214180a49cb11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 2 Mar 2026 17:18:01 +0100 Subject: [PATCH] fix: further shorten Random tool description Co-Authored-By: Claude Sonnet 4.6 --- lib/tools.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tools.tsx b/lib/tools.tsx index 544b0d0..2ddc4ca 100644 --- a/lib/tools.tsx +++ b/lib/tools.tsx @@ -102,7 +102,7 @@ export const tools: Tool[] = [ title: 'Random Generator', navTitle: 'Random Generator', href: '/random', - description: 'Generate secure passwords, UUIDs, API keys, hashes and tokens.', + description: 'Generate secure passwords, UUIDs, API keys and tokens.', summary: 'Cryptographically secure random generator. Create passwords, UUIDs, API keys, SHA hashes, and secure tokens — all using the browser Web Crypto API, nothing leaves your machine.', icon: RandomIcon,