diff --git a/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt b/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt index ae2a2ea47..6fdc28ca3 100644 --- a/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt +++ b/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt @@ -395,7 +395,7 @@ class OpenApiConfiguration( const val OAUTH2 = "OAuth2" const val SYNCPOINTS = "Sync points" - const val CLAIM = "Claim server" + const val CLAIM = "Claim" const val TASKS = "Tasks" const val HISTORY = "History" const val FILE_SYSTEM = "File system"