From 9406d59a19d7f87288ef6983800a674a6cc667f9 Mon Sep 17 00:00:00 2001 From: Pavel Holec Date: Fri, 6 Sep 2024 16:28:02 +0200 Subject: [PATCH] Add localization support to TileDisclosure --- Sources/Orbit/Components/Tile.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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