Skip to content

Commit

Permalink
Merge pull request desktop#17011 from desktop/once-again-unto-the-set…
Browse files Browse the repository at this point in the history
…tings

Address one remaining instance of calling it preferences
  • Loading branch information
niik committed Jul 3, 2023
2 parents d2be0a3 + fab543a commit 60077a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/ui/preferences/preferences.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export class Preferences extends React.Component<
return (
<Dialog
id="preferences"
title={__DARWIN__ ? 'Preferences' : 'Options'}
title={__DARWIN__ ? 'Settings' : 'Options'}
onDismissed={this.onCancel}
onSubmit={this.onSave}
>
Expand Down

0 comments on commit 60077a5

Please sign in to comment.