From ad5b6575c7d17f1a0f2bd1c608c9fb32e2296c0b Mon Sep 17 00:00:00 2001 From: CMK Date: Fri, 29 Apr 2022 16:00:02 +0800 Subject: [PATCH] chore: add a11y words for navigation bar button --- Localization/app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Localization/app.json b/Localization/app.json index 63ccdff65..90b9b0fd8 100644 --- a/Localization/app.json +++ b/Localization/app.json @@ -344,7 +344,8 @@ "published": "Published!", "Publishing": "Publishing post...", "accessibility": { - "logo_description": "Tap to scroll to top and tap again to previous location" + "logo_label": "Logo Button", + "logo_hint": "Tap to scroll to top and tap again to previous location" } }, },