{
}}
className="app-step-nav__button app-step-nav__button--title js-step-title-button"
aria-expanded="false"
- aria-controls="step-panel-check-youre-allowed-to-drive-1"
+ aria-controls={
+ "step-panel-" +
+ t(
+ "myrepresentations:s78-section-heading-five"
+ )
+ .replace(/\s+/g, "-")
+ .toLowerCase()
+ }
>
{t(
- "myrepresentations:s78-section-heading-five"
+ "myrepresentations:s78-section-heading-three"
)}
@@ -329,7 +370,9 @@ const RepresentationProgress_s78 = (props) => {
}
aria-current="step"
data-show=""
- id="check-youre-allowed-to-drive"
+ id={t("myrepresentations:s78-section-heading-six")
+ .replace(/\s+/g, "-")
+ .toLowerCase()}
>
{
}}
className="app-step-nav__button app-step-nav__button--title js-step-title-button"
aria-expanded="false"
- aria-controls="step-panel-check-youre-allowed-to-drive-1"
+ aria-controls={
+ "step-panel-" +
+ t(
+ "myrepresentations:s78-section-heading-six"
+ )
+ .replace(/\s+/g, "-")
+ .toLowerCase()
+ }
>
{t(
- "myrepresentations:add-files-label"
+ "myrepresentations:s78-section-heading-six"
)}
@@ -382,7 +432,9 @@ const RepresentationProgress_s78 = (props) => {
}
aria-current="step"
data-show=""
- id="check-youre-allowed-to-drive"
+ id={t("myrepresentations:s78-section-heading-seven")
+ .replace(/\s+/g, "-")
+ .toLowerCase()}
>
{
}}
className="app-step-nav__button app-step-nav__button--title js-step-title-button"
aria-expanded="false"
- aria-controls="step-panel-check-youre-allowed-to-drive-1"
+ aria-controls={
+ "step-panel-" +
+ t(
+ "myrepresentations:s78-section-heading-seven"
+ )
+ .replace(/\s+/g, "-")
+ .toLowerCase()
+ }
>
{t(