Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/fiori/cypress/specs/DynamicPage.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -957,8 +957,8 @@ describe("ARIA attributes", () => {
.find("[ui5-dynamic-page-header-actions]")
.shadow()
.find("[ui5-button].ui5-dynamic-page-header-action-expand")
.should("have.prop", "accessibleName", "Snap Header")
.should("have.prop", "tooltip", "Snap Header");
.should("have.prop", "accessibleName", "Collapse Header")
.should("have.prop", "tooltip", "Collapse Header");

cy.get("[ui5-dynamic-page]")
.shadow()
Expand Down
2 changes: 1 addition & 1 deletion packages/fiori/src/i18n/messagebundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DYNAMIC_PAGE_ARIA_LABEL_SNAPPED_HEADER=Header Snapped
DYNAMIC_PAGE_ARIA_LABEL_EXPAND_HEADER=Expand Header

#XACT: Aria label for the button that snaps the header
DYNAMIC_PAGE_ARIA_LABEL_SNAP_HEADER=Snap Header
DYNAMIC_PAGE_ARIA_LABEL_SNAP_HEADER=Collapse Header

#XACT: Aria label for the button that pins the header
DYNAMIC_PAGE_ARIA_LABEL_PIN_HEADER=Pin Header
Expand Down
2 changes: 1 addition & 1 deletion packages/fiori/src/i18n/messagebundle_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DYNAMIC_PAGE_ARIA_LABEL_SNAPPED_HEADER=Header Snapped

DYNAMIC_PAGE_ARIA_LABEL_EXPAND_HEADER=Expand Header

DYNAMIC_PAGE_ARIA_LABEL_SNAP_HEADER=Snap Header
DYNAMIC_PAGE_ARIA_LABEL_SNAP_HEADER=Collapse Header

DYNAMIC_PAGE_ARIA_LABEL_PIN_HEADER=Pin Header

Expand Down
2 changes: 1 addition & 1 deletion packages/fiori/src/i18n/messagebundle_en_GB.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DYNAMIC_PAGE_ARIA_LABEL_SNAPPED_HEADER=Header Snapped

DYNAMIC_PAGE_ARIA_LABEL_EXPAND_HEADER=Expand Header

DYNAMIC_PAGE_ARIA_LABEL_SNAP_HEADER=Snap Header
DYNAMIC_PAGE_ARIA_LABEL_SNAP_HEADER=Collapse Header

DYNAMIC_PAGE_ARIA_LABEL_PIN_HEADER=Pin Header

Expand Down
Loading