Skip to content

Commit

Permalink
Merge pull request #71 from eltociear/patch-1
Browse files Browse the repository at this point in the history
chore: update appearance-form.tsx
  • Loading branch information
afadil committed Sep 8, 2024
2 parents 43afaf6 + 9c5f1e1 commit b7c9bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/settings/appearance/appearance-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function AppearanceForm() {
</FormControl>
<Icons.ChevronDown className="absolute right-3 top-2.5 h-4 w-4 opacity-50" />
</div>
<FormDescription>Set your prefered font family to use.</FormDescription>
<FormDescription>Set your preferred font family to use.</FormDescription>
<FormMessage />
</FormItem>
)}
Expand All @@ -85,7 +85,7 @@ export function AppearanceForm() {
render={({ field }) => (
<FormItem className="space-y-1">
<FormLabel>Theme</FormLabel>
<FormDescription>Select your prefered theme for the application.</FormDescription>
<FormDescription>Select your preferred theme for the application.</FormDescription>
<FormMessage />
<RadioGroup
onValueChange={field.onChange}
Expand Down

0 comments on commit b7c9bc0

Please sign in to comment.