Skip to content

Commit

Permalink
Corrected button title
Browse files Browse the repository at this point in the history
Media would load automatically if the option is checked not the other way around.
  • Loading branch information
array-in-a-matrix authored Feb 10, 2025
1 parent b84f975 commit 657efc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/settings/general/General.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ function Messages() {
</SequenceCard>
<SequenceCard className={SequenceCardStyle} variant="SurfaceVariant" direction="Column">
<SettingTile
title="Disable Media Auto Load"
title="Auto Load Media"
after={<Switch variant="Primary" value={mediaAutoLoad} onChange={setMediaAutoLoad} />}
/>
</SequenceCard>
Expand Down

0 comments on commit 657efc9

Please sign in to comment.