diff --git a/program/typing.py b/program/typing.py
index 82ed61ea16316a276b8050d9ac5fc77a016df049..836e7cf904c711a0831c6815309995ca024c2de9 100644
--- a/program/typing.py
+++ b/program/typing.py
@@ -99,8 +99,8 @@ class ImageRequirements(TypedDict):
 RadioImageRequirementsSettings = TypedDict(
     "RadioImageRequirementsSettings",
     {
-        "host.image": ImageRequirements,
         "note.image": ImageRequirements,
+        "profile.image": ImageRequirements,
         "show.image": ImageRequirements,
         "show.logo": ImageRequirements,
     },