[skip ci] Fix superfluous string concat (#2339)

This commit is contained in:
MajorTanya
2025-08-03 01:26:12 +02:00
committed by GitHub
parent b93337cb3d
commit 33e0121a2a

View File

@@ -3,7 +3,7 @@ package tachiyomi.core.common
object Constants {
const val URL_HELP = "https://mihon.app/docs/guides/troubleshooting/"
const val URL_HELP_UPCOMING = "https://mihon.app/docs/faq/updates/upcoming"
const val URL_DONATE = "https://opencollective.com/mi" + "hon/contribute"
const val URL_DONATE = "https://opencollective.com/mihon/contribute"
const val MANGA_EXTRA = "manga"