From 9fc7c22e189aa77b52ce6f44aea0c45443245366 Mon Sep 17 00:00:00 2001 From: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:19:12 +0200 Subject: [PATCH] [ACS-10318] Fixed screen reader for date format in share dialog (#11274) --- lib/content-services/src/lib/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/content-services/src/lib/i18n/en.json b/lib/content-services/src/lib/i18n/en.json index 3326b62f5c..6dd642b957 100644 --- a/lib/content-services/src/lib/i18n/en.json +++ b/lib/content-services/src/lib/i18n/en.json @@ -525,7 +525,7 @@ "LINK-WITH-EXPIRY-SETTINGS": "New link has been generated with expiry settings", "EXPIRES": "Expires on", "LINK-EXPIRY-DATE": "Link Expiry Date", - "EXPIRATION-LABEL": "Expiration Date", + "EXPIRATION-LABEL": "Expiration Date. Enter date in MM/DD/YYYY format", "EXPIRATION-PLACEHOLDER": "MM/DD/YYYY", "CLIPBOARD-MESSAGE": "Link copied to the clipboard", "CLOSE": "Close",