From 259c8b4e58df51d92d7e19417e13afa3848afc73 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 22 Apr 2024 01:37:21 +0200 Subject: [PATCH] fix: Case patch option title correctly --- src/main/kotlin/app/revanced/patches/all/misc/hex/HexPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/all/misc/hex/HexPatch.kt b/src/main/kotlin/app/revanced/patches/all/misc/hex/HexPatch.kt index 164eaa13..7aaee12b 100644 --- a/src/main/kotlin/app/revanced/patches/all/misc/hex/HexPatch.kt +++ b/src/main/kotlin/app/revanced/patches/all/misc/hex/HexPatch.kt @@ -19,7 +19,7 @@ class HexPatch : BaseHexPatch() { // Replace the custom option type with a stringArrayOption once the issue is resolved. private val replacementsOption by registerNewPatchOption, List>( key = "replacements", - title = "replacements", + title = "Replacements", description = """ Hexadecimal patterns to search for and replace with another in a target file.