Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 9406d59

Browse files
committed
Add localization support to TileDisclosure
1 parent e39b488 commit 9406d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Orbit/Components/Tile.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public enum TileDisclosure: Equatable {
265265
/// Icon with optional color override.
266266
case icon(Icon.Symbol, alignment: VerticalAlignment = .center)
267267
/// ButtonLink indicator.
268-
case buttonLink(_ label: String, type: ButtonLinkType = .primary)
268+
case buttonLink(_ label: LocalizedStringKey, type: ButtonLinkType = .primary)
269269
}
270270

271271
// MARK: - Identifiers

0 commit comments

Comments
 (0)