Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 committed Nov 21, 2023
1 parent 6222f07 commit 69de142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class CohortEditor extends React.PureComponent<
<DefaultButton
onClick={(): void => this.saveCohort(true)}
disabled={this.isSaveDisabled()}
ariaLabel={localization.Interpret.CohortEditor.saveAndSwitchAriaLabel}
ariaLabel={localization.Interpret.CohortEditor.saveAndSwitch}
>
{localization.Interpret.CohortEditor.saveAndSwitch}
</DefaultButton>
Expand Down
2 changes: 1 addition & 1 deletion libs/core-ui/src/lib/Cohort/SaveCohort/SaveCohort.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class SaveCohort extends React.Component<
this.saveCohort(true);
}}
ariaLabel={
localization.Interpret.CohortEditor.saveAndSwitchAriaLabel
localization.Interpret.CohortEditor.saveAndSwitch
}
>
{localization.Interpret.CohortEditor.saveAndSwitch}
Expand Down

0 comments on commit 69de142

Please sign in to comment.