Skip to content

Commit

Permalink
Merge pull request #35828 from Amarparab2024/patch-1
Browse files Browse the repository at this point in the history
[Fix]: Updated tooltip text
  • Loading branch information
luacmartins authored Feb 5, 2024
2 parents b7a3fca + ecf320b commit 8165596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/sidebar/PressableAvatarWithIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function PressableAvatarWithIndicator({isCreateMenuOpen, currentUserPersonalDeta
<OfflineWithFeedback pendingAction={lodashGet(currentUserPersonalDetails, 'pendingFields.avatar', null)}>
<AvatarWithIndicator
source={UserUtils.getAvatar(currentUserPersonalDetails.avatar, currentUserPersonalDetails.accountID)}
tooltipText={translate('common.settings')}
tooltipText={translate('profilePage.profile')}
fallbackIcon={currentUserPersonalDetails.fallbackIcon}
isLoading={isLoading && !currentUserPersonalDetails.avatar}
/>
Expand Down

0 comments on commit 8165596

Please sign in to comment.