Skip to content

Commit 06486a0

Browse files
committed
fix aria-label
1 parent 690c176 commit 06486a0

File tree

1 file changed

+3
-0
lines changed
  • packages/devextreme/js/__internal/scheduler/appointment_popup

1 file changed

+3
-0
lines changed

packages/devextreme/js/__internal/scheduler/appointment_popup/m_popup.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,9 @@ export class AppointmentPopup {
458458
options: {
459459
icon: 'arrowleft',
460460
stylingMode: 'text',
461+
elementAttr: {
462+
'aria-label': messageLocalization.format('Back'),
463+
},
461464
onClick: (): void => {
462465
this.form.saveRecurrenceValue();
463466
this.form.showMainGroup();

0 commit comments

Comments
 (0)