File tree Expand file tree Collapse file tree
packages/super-editor/src/components/toolbar Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -763,7 +763,7 @@ export const makeDefaultItems = ({
763763 icon : toolbarIcons . trackChangesAccept ,
764764 group : 'left' ,
765765 attributes : {
766- ariaLabel : 'Accept tacked changes' ,
766+ ariaLabel : 'Accept tracked changes' ,
767767 }
768768 } ) ;
769769
@@ -776,7 +776,7 @@ export const makeDefaultItems = ({
776776 icon : toolbarIcons . trackChangesReject ,
777777 group : 'left' ,
778778 attributes : {
779- ariaLabel : 'Reject tacked changes' ,
779+ ariaLabel : 'Reject tracked changes' ,
780780 }
781781 } ) ;
782782
@@ -789,7 +789,7 @@ export const makeDefaultItems = ({
789789 icon : toolbarIcons . trackChangesOriginal ,
790790 group : 'left' ,
791791 attributes : {
792- ariaLabel : 'Toggle tacked changes show original' ,
792+ ariaLabel : 'Toggle tracked changes show original' ,
793793 }
794794 } ) ;
795795
@@ -802,7 +802,7 @@ export const makeDefaultItems = ({
802802 icon : toolbarIcons . trackChangesFinal ,
803803 group : 'left' ,
804804 attributes : {
805- ariaLabel : 'Toggle tacked changes show final' ,
805+ ariaLabel : 'Toggle tracked changes show final' ,
806806 }
807807 } ) ;
808808
You can’t perform that action at this time.
0 commit comments