From 5bac4460a363f61228aedf91d310b51fb0917eec Mon Sep 17 00:00:00 2001 From: Roberto T Date: Mon, 1 Apr 2024 14:30:05 -0600 Subject: [PATCH 1/2] DYN-6775 Localizing Tooltips Some of the tooltips shown in the SplashScreen buttons are not being localized then I modified the code due that was a finger error when typing the property/state name for tooltips. --- src/App.js | 8 ++++---- src/Static.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.js b/src/App.js index 6312711..e66e536 100644 --- a/src/App.js +++ b/src/App.js @@ -79,10 +79,10 @@ class App extends React.Component { {this.state.signInTooltip} + {this.props.signInStatus ? this.props.signOutTooltip : this.props.signInTooltip} }>