diff --git a/homeassistant/components/overseerr/strings.json b/homeassistant/components/overseerr/strings.json
index 14650fd5c256eb5440174a3d3afc3a4eee17dd5d..ce8b9fe9fecdc761be0b56d22164c3f98c1dc70a 100644
--- a/homeassistant/components/overseerr/strings.json
+++ b/homeassistant/components/overseerr/strings.json
@@ -90,7 +90,7 @@
   "services": {
     "get_requests": {
       "name": "Get requests",
-      "description": "Get media requests from Overseerr.",
+      "description": "Retrieves a list of media requests from Overseerr.",
       "fields": {
         "config_entry_id": {
           "name": "Overseerr instance",
@@ -106,7 +106,7 @@
         },
         "requested_by": {
           "name": "Requested by",
-          "description": "Filter the requests by the user id that requested them."
+          "description": "Filter the requests by the user ID that requested them."
         }
       }
     }