From ef9442a77fd33cc6796179f72263935017ccb3d4 Mon Sep 17 00:00:00 2001 From: Sobit Neupane <073bct543.sobit@pcampus.edu.np> Date: Sun, 2 Jan 2022 14:08:18 +0545 Subject: [PATCH] Change tooltiptext of avatar in LHN to Settings --- src/pages/home/sidebar/SidebarLinks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/sidebar/SidebarLinks.js b/src/pages/home/sidebar/SidebarLinks.js index f084e1c9caec..d31e1f9d0fd4 100644 --- a/src/pages/home/sidebar/SidebarLinks.js +++ b/src/pages/home/sidebar/SidebarLinks.js @@ -236,7 +236,7 @@ class SidebarLinks extends React.Component { source={this.props.myPersonalDetails.avatar} isActive={this.props.network && !this.props.network.isOffline} isSyncing={this.props.network && !this.props.network.isOffline && this.props.isSyncingData} - tooltipText={this.props.myPersonalDetails.displayName} + tooltipText={this.props.translate('common.settings')} />