From db94b9022e4186820b316b36feac5a08bf276876 Mon Sep 17 00:00:00 2001 From: cv5ch <176032962+cv5ch@users.noreply.github.com> Date: Mon, 8 Sep 2025 07:56:45 +0200 Subject: [PATCH] Rename select label --- src/app/core/_constants/hashlist.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/_constants/hashlist.config.ts b/src/app/core/_constants/hashlist.config.ts index 74298c11e..d50f43a97 100644 --- a/src/app/core/_constants/hashlist.config.ts +++ b/src/app/core/_constants/hashlist.config.ts @@ -25,6 +25,6 @@ export const hashcatbrainFormat = [ ]; export const hashSource = [ - { id: 'paste', name: 'Expand Text Area' }, + { id: 'paste', name: 'Paste Hash(es)' }, { id: 'import', name: 'Upload Input' } ];