Rename "View" to "Peek" in StartPlanItem

This commit is contained in:
Brandon Presley 2023-11-06 22:35:37 +13:00
parent 43ab666540
commit f1075c3b28
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ export default function StartPlanItem(props: Props) {
visible={showMenu}
onDismiss={() => setShowMenu(false)}
>
<Menu.Item leadingIcon="eye-outline" onPress={view} title="View" />
<Menu.Item leadingIcon="eye-outline" onPress={view} title="Peek" />
<Menu.Item
leadingIcon="chart-bell-curve-cumulative"
onPress={graph}