Skip to content

Commit 68ee01c

Browse files
authored
fix(ui5-shellbar): correct tooltip for user avatar button (#13475)
Change the profile button tooltip from "Profile" to "User Menu" to comply with UXC-015 accessibility guidelines. Fixes #13295
1 parent 5a4402b commit 68ee01c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/fiori/src/i18n/messagebundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ SHELLBAR_NOTIFICATIONS = {0} Notifications
207207
SHELLBAR_NOTIFICATIONS_NO_COUNT = Notifications
208208

209209
#XACT: ARIA announcement for the profile button
210-
SHELLBAR_PROFILE = Profile
210+
SHELLBAR_PROFILE = User Menu
211211

212212
#XACT: ARIA announcement for the products button
213213
SHELLBAR_PRODUCTS = Products

packages/fiori/src/i18n/messagebundle_en.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ SHELLBAR_NOTIFICATIONS={0} Notifications
118118

119119
SHELLBAR_NOTIFICATIONS_NO_COUNT=Notifications
120120

121-
SHELLBAR_PROFILE=Profile
121+
SHELLBAR_PROFILE=User Menu
122122

123123
SHELLBAR_PRODUCTS=Products
124124

packages/fiori/src/i18n/messagebundle_en_GB.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ SHELLBAR_NOTIFICATIONS={0} Notifications
118118

119119
SHELLBAR_NOTIFICATIONS_NO_COUNT=Notifications
120120

121-
SHELLBAR_PROFILE=Profile
121+
SHELLBAR_PROFILE=User Menu
122122

123123
SHELLBAR_PRODUCTS=Products
124124

0 commit comments

Comments
 (0)