diff --git a/Sources/Orbit/Components/Tile.swift b/Sources/Orbit/Components/Tile.swift index b704a4ee0ab..9988f8fbbb1 100644 --- a/Sources/Orbit/Components/Tile.swift +++ b/Sources/Orbit/Components/Tile.swift @@ -265,7 +265,7 @@ public enum TileDisclosure: Equatable { /// Icon with optional color override. case icon(Icon.Symbol, alignment: VerticalAlignment = .center) /// ButtonLink indicator. - case buttonLink(_ label: String, type: ButtonLinkType = .primary) + case buttonLink(_ label: LocalizedStringKey, type: ButtonLinkType = .primary) } // MARK: - Identifiers