Skip to content

Commit

Permalink
Merge pull request #39945 from Expensify/laurenreidexpensify-patch-7
Browse files Browse the repository at this point in the history
Update BottomAvatar Tooltip
  • Loading branch information
grgia authored Apr 11, 2024
2 parents b2a1bac + f77676c commit 91a01a7
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 91a01a7

Please sign in to comment.