Skip to content

Commit 352a884

Browse files
Evan Thibodeaubrianchandotcom
authored andcommitted
LPD-59473 - Rename verticalNavigationAriaLabel to ariaLabel.
1 parent 18a0ed3 commit 352a884

File tree

4 files changed

+5
-5
lines changed
  • modules/apps

4 files changed

+5
-5
lines changed

modules/apps/portal-language/portal-language-lang/src/main/resources/content/Language.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2101,6 +2101,7 @@ are-you-sure-you-want-to-update-this-order=Are you sure you want to update this
21012101
are-you-sure-you-want-to-use-the-default-display-page-template-(x)-for-this=Are you sure you want to use the default display page template ({0}) for this?
21022102
are-you-sure-you-want-to-use-the-default-display-page-template-for-this=Are you sure you want to use the default display page template for this?
21032103
area=Area
2104+
aria-label=ARIA Label
21042105
around=Around
21052106
array=Array
21062107
arrows=Arrows
@@ -21645,7 +21646,6 @@ vertical-alignment=Vertical Alignment
2164521646
vertical-banner=Vertical Banner
2164621647
vertical-bar=Vertical Bar
2164721648
vertical-cards=Vertical Cards
21648-
vertical-navigation-aria-label=Vertical Navigation ARIA Label
2164921649
video=Video
2165021650
video-field-cannot-be-empty=Video field cannot be empty.
2165121651
video-file-preview-and-thumbnail-regeneration-has-started-successfully-and-will-continue-in-the-background=Video file preview and thumbnail regeneration has started successfully and will continue in the background.

modules/apps/site-initializer/site-initializer-cms/src/main/resources/site-initializer/fragments/group/cms/fragments/vertical-navigation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</div>
1414
[/#if]
1515
[#else]
16-
<nav aria-label="${configuration.verticalNavigationAriaLabel}" class="menubar menubar-primary menubar-transparent">
16+
<nav aria-label="${configuration.ariaLabel}" class="menubar menubar-primary menubar-transparent">
1717
<ul aria-orientation="vertical" class="nav nav-nested" role="menubar">
1818
[@buildNavigation
1919
displayDepth=2

modules/apps/site-initializer/site-initializer-cms/src/main/resources/site-initializer/fragments/group/cms/fragments/vertical-navigation/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ root.render(
2323
VerticalNav,
2424
{
2525
active: props.active,
26-
['aria-label']: configuration.verticalNavigationAriaLabel,
26+
['aria-label']: configuration.ariaLabel,
2727
defaultExpandedKeys: new Set(props.expandedKeys),
2828
displayType: 'primary',
2929
items: props.navItems,

modules/apps/site-initializer/site-initializer-cms/src/main/resources/site-initializer/fragments/group/cms/fragments/vertical-navigation/index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
{
1111
"dataType": "string",
1212
"defaultValue": "CMS Vertical Navigation",
13-
"label": "vertical-navigation-aria-label",
13+
"label": "aria-label",
1414
"localizable": true,
15-
"name": "verticalNavigationAriaLabel",
15+
"name": "ariaLabel",
1616
"type": "text"
1717
}
1818
]

0 commit comments

Comments
 (0)