diff --git a/Jellyfin.Api/Controllers/StartupController.cs b/Jellyfin.Api/Controllers/StartupController.cs
index d60e46a01b..66e4774aa0 100644
--- a/Jellyfin.Api/Controllers/StartupController.cs
+++ b/Jellyfin.Api/Controllers/StartupController.cs
@@ -31,7 +31,7 @@ namespace Jellyfin.Api.Controllers
}
///
- /// Api endpoint for completing the startup wizard.
+ /// Completes the startup wizard.
///
/// Startup wizard completed.
/// Status.
@@ -46,7 +46,7 @@ namespace Jellyfin.Api.Controllers
}
///
- /// Endpoint for getting the initial startup wizard configuration.
+ /// Gets the initial startup wizard configuration.
///
/// Initial startup wizard configuration retrieved.
/// The initial startup wizard configuration.
@@ -65,7 +65,7 @@ namespace Jellyfin.Api.Controllers
}
///
- /// Endpoint for updating the initial startup wizard configuration.
+ /// Sets the initial startup wizard configuration.
///
/// The UI language culture.
/// The metadata country code.
@@ -87,7 +87,7 @@ namespace Jellyfin.Api.Controllers
}
///
- /// Endpoint for (dis)allowing remote access and UPnP.
+ /// Sets remote access and UPnP.
///
/// Enable remote access.
/// Enable UPnP.
@@ -104,7 +104,7 @@ namespace Jellyfin.Api.Controllers
}
///
- /// Endpoint for returning the first user.
+ /// Gets the first user.
///
/// Initial user retrieved.
/// The first user.
@@ -117,7 +117,7 @@ namespace Jellyfin.Api.Controllers
}
///
- /// Endpoint for updating the user name and password.
+ /// Sets the user name and password.
///
/// The DTO containing username and password.
/// Updated user name and password.