Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 28401b6

Browse files
committed
Change CLI view title to „Logs“
1 parent 4263dc4 commit 28401b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/view/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const CLIView = ({ store, nav }) => (
1717
<Background color={color.blackDark}>
1818
<Header separator>
1919
<BackButton onPress={() => nav.goSettings()} />
20-
<Title title="CLI" />
20+
<Title title="Logs" />
2121
<Button disabled onPress={() => {}} />
2222
</Header>
2323
<Background color={color.cliBackground}>

src/view/setting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const SettingView = ({ store, nav }) => {
5656
arrow
5757
/>
5858
<SettingHeader name="ADVANCED" style={styles.advanced} />
59-
<SettingItem name="CLI" onSelect={() => nav.goCLI()} arrow />
59+
<SettingItem name="Logs" onSelect={() => nav.goCLI()} arrow />
6060
</MainContent>
6161
</Background>
6262
);

0 commit comments

Comments
 (0)