CXTDT-560485 - updated text

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-07-01 14:26:41 -05:00
parent bf731a8a84
commit 72e86dafc2
2 changed files with 5 additions and 1 deletions

View File

@ -68,7 +68,7 @@ extension Tilelet {
} }
public var accessibilityLabel: String { public var accessibilityLabel: String {
self == .rightArrow ? "Right Arrow" : "External Link" self == .rightArrow ? "Directional right arrow" : "External link"
} }
} }

View File

@ -1,3 +1,7 @@
1.0.70
----------------
- CXTDT-560485 - Tilelet - Accessibility Icons
1.0.69 1.0.69
---------------- ----------------
- DatePicker - Refactored how this is shown - DatePicker - Refactored how this is shown