Skip to content

Commit

Permalink
fix(DarkModeSetting): Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
artalat committed Aug 26, 2020
1 parent 40a597d commit ef9a0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/DarkModeSetting/DarkModeSetting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const DarkModeSetting = () => {
onPress={toggle}
/>
<Dialog dismissable visible={visible} onDismiss={toggle}>
<List.Subheader>{__('Available Themes')}</List.Subheader>
<List.Subheader>{__('Dark Mode')}</List.Subheader>
<Divider />
<List.Item
title={__(ModeName.auto)}
Expand Down

0 comments on commit ef9a0cd

Please sign in to comment.