chore: Clarify and fix some strings (#91)

* chore: Clarify and fix some strings

* Capitalize proper noun

* revert lowercasing of "Username" in titles & patch name

* feat: apply code review suggestions

---------

Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
This commit is contained in:
KobeW50
2024-10-14 05:03:15 -04:00
committed by GitHub
parent 959c35726c
commit 373e6e69a4
4 changed files with 12 additions and 12 deletions

View File

@ -10,7 +10,7 @@ import app.revanced.util.patch.BaseBytecodePatch
@Suppress("unused")
object ReturnYouTubeUsernamePatch : BaseBytecodePatch(
name = "Return YouTube Username",
description = "Adds option to replace YouTube Handle with Username in comments using YouTube Data API v3.",
description = "Adds an option to replace YouTube handles with usernames in comments using YouTube Data API v3.",
dependencies = setOf(
BaseReturnYouTubeUsernamePatch::class,
SettingsPatch::class,

View File

@ -9,7 +9,7 @@ import app.revanced.util.patch.BaseBytecodePatch
@Suppress("unused")
object ReturnYouTubeUsernamePatch : BaseBytecodePatch(
name = "Return YouTube Username",
description = "Adds option to replace YouTube Handle with Username in comments using YouTube Data API v3.",
description = "Adds an option to replace YouTube handles with usernames in comments using YouTube Data API v3.",
dependencies = setOf(
BaseReturnYouTubeUsernamePatch::class,
SettingsPatch::class,