Skip to content

Commit

Permalink
Add localization support to TileDisclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelHolec committed Sep 6, 2024
1 parent e39b488 commit 9406d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Orbit/Components/Tile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9406d59

Please sign in to comment.