From 72e86dafc29cd7dbddff4b75fd3fc03f5f03a694 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 1 Jul 2024 14:26:41 -0500 Subject: [PATCH] CXTDT-560485 - updated text Signed-off-by: Matt Bruce --- VDS/Components/Tilelet/TileletIconModels.swift | 2 +- VDS/SupportingFiles/ReleaseNotes.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/VDS/Components/Tilelet/TileletIconModels.swift b/VDS/Components/Tilelet/TileletIconModels.swift index 2a8b6dac..03b2d225 100644 --- a/VDS/Components/Tilelet/TileletIconModels.swift +++ b/VDS/Components/Tilelet/TileletIconModels.swift @@ -68,7 +68,7 @@ extension Tilelet { } public var accessibilityLabel: String { - self == .rightArrow ? "Right Arrow" : "External Link" + self == .rightArrow ? "Directional right arrow" : "External link" } } diff --git a/VDS/SupportingFiles/ReleaseNotes.txt b/VDS/SupportingFiles/ReleaseNotes.txt index 54be0815..12661050 100644 --- a/VDS/SupportingFiles/ReleaseNotes.txt +++ b/VDS/SupportingFiles/ReleaseNotes.txt @@ -1,3 +1,7 @@ +1.0.70 +---------------- +- CXTDT-560485 - Tilelet - Accessibility Icons + 1.0.69 ---------------- - DatePicker - Refactored how this is shown