diff --git a/Sources/Extensions/Watch/Home/WatchHomeViewModel.swift b/Sources/Extensions/Watch/Home/WatchHomeViewModel.swift index 2250fdeb2..4e9d6fd9a 100644 --- a/Sources/Extensions/Watch/Home/WatchHomeViewModel.swift +++ b/Sources/Extensions/Watch/Home/WatchHomeViewModel.swift @@ -113,7 +113,7 @@ private extension Action { func toWatchActionItem() -> WatchActionItem { .init( id: ID, - name: Name, + name: Text, iconName: IconName, backgroundColor: BackgroundColor, iconColor: IconColor,