Skip to content

Commit

Permalink
Update BottomTabAvatar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenreidexpensify authored Apr 9, 2024
1 parent a277936 commit f77676c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/sidebar/BottomTabAvatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function BottomTabAvatar({isCreateMenuOpen = false, isSelected = false}: BottomT
}

return (
<Tooltip text={translate('profilePage.profile')}>
<Tooltip text={translate('initialSettingsPage.accountSettings')}>
<PressableWithFeedback
onPress={showSettingsPage}
role={CONST.ROLE.BUTTON}
Expand Down

0 comments on commit f77676c

Please sign in to comment.