From 98e4a5d2fa98337dc7d47fc7fbc7de0fe5540561 Mon Sep 17 00:00:00 2001 From: tomgond Date: Wed, 3 Apr 2024 22:50:31 +0300 Subject: [PATCH] Fix category names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Vigenère Encode", "Vigenère Decode", --- src/core/config/Categories.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/config/Categories.json b/src/core/config/Categories.json index 81225aed..e81d8ca1 100644 --- a/src/core/config/Categories.json +++ b/src/core/config/Categories.json @@ -115,8 +115,8 @@ "ROT8000", "XOR", "XOR Brute Force", - "Vigenère Encode", - "Vigenère Decode", + "Vigenère Encode", + "Vigenère Decode", "To Morse Code", "From Morse Code", "Bacon Cipher Encode",