Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix(ui/settings/pages/General): make labels consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Palm committed Mar 17, 2024
1 parent ec1bdc5 commit de2bb0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/settings/pages/General.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default function General() {
</FormSection>
<FormSection title="Advanced">
<FormRow
label="Clear plugin storage"
label="Clear Plugin Storage"
leading={
<FormRow.Icon source={getAssetIDByName("ic_message_delete")} />
}
Expand All @@ -192,7 +192,7 @@ export default function General() {
/>
<FormDivider />
<FormRow
label="Clear theme storage"
label="Clear Theme Storage"
leading={
<FormRow.Icon source={getAssetIDByName("ic_message_delete")} />
}
Expand Down

0 comments on commit de2bb0d

Please sign in to comment.