You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -171,7 +170,6 @@ class Static extends React.Component {
171
170
});
172
171
}
173
172
174
-
175
173
setTotalLoadingTime(loadingTime){
176
174
this.setState({
177
175
loadingTime: loadingTime
@@ -192,16 +190,19 @@ class Static extends React.Component {
192
190
}
193
191
194
192
Static.defaultProps={
195
-
signInTitle: 'Sign in',
193
+
signInTitle: 'Sign In',
194
+
signingInTitle: 'Signing In',
195
+
signOutTitle: 'Sign Out',
196
196
launchTitle: 'Launch Dynamo',
197
197
showScreenAgainLabel: 'Don\'t show this screen again',
198
198
importSettingsTitle: 'Import Settings',
199
-
importSettingsTooltipDescription: 'You can import custom settings here, which will overwrite your current settings. If you\'d like to preserve a copy of your current settings, export them before importing new settings. Settings not shown in the Preferences panel will be applied once Dynamo and any host program restarts.'
200
-
199
+
importSettingsTooltipDescription: 'You can import custom settings here, which will overwrite your current settings. If you\'d like to preserve a copy of your current settings, export them before importing new settings. Settings not shown in the Preferences panel will be applied once Dynamo and any host program restarts.'
0 commit comments