Skip to content

Commit 2810da6

Browse files
authoredMar 13, 2025··
fix(ui5-shellbar): sap home no longer hard coded in title readings (#11034)
Fixes: #10970
1 parent 47c55be commit 2810da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/fiori/src/i18n/messagebundle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ SHELLBAR_LABEL = Shell Bar
153153
SHELLBAR_LOGO = Logo
154154

155155
#XACT: ARIA announcement for the logo area
156-
SHELLBAR_LOGO_AREA = SAP {0} {1} Home
156+
SHELLBAR_LOGO_AREA = {0} {1}
157157

158158
#XACT: ARIA announcement for the main navigation button
159159
SHELLBAR_ADDITIONAL_CONTEXT = Additional Info

0 commit comments

Comments
 (0)
Please sign in to comment.