Skip to content

Commit

Permalink
fixed typo introduced during merging the 'master' branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
asheshv committed Aug 30, 2024
1 parent 9588f15 commit 044931d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -698,10 +698,10 @@ export default function PreferencesComponent({ ...props }) {
/>
</Box>
<Box className='PreferencesComponent-actionBtn' marginLeft="auto">
<DefaultButton className='PreferencesComponent-buttonMargin' onClick={reset} startIcon={<SettingsBackupRestoreIcon />}>
<DefaultButton className='PreferencesComponent-buttonMargin'
onClick={reset} startIcon={<SettingsBackupRestoreIcon />}>
{gettext('Reset all preferences')}
</DefaultButton>
<DefaultButton className='PreferencesComponent-buttonMargin' onClick={() => { props.closeModal();}} startIcon={<CloseSharpIcon onClick={() => { props.closeModal();}} />}>
<DefaultButton className='PreferencesComponent-buttonMargin'
onClick={() => { props.closeModal();}}
startIcon={
Expand Down

0 comments on commit 044931d

Please sign in to comment.