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
Copy file name to clipboardExpand all lines: quantdinger_vue/src/locales/lang/en-US.js
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2642,7 +2642,12 @@ const locale = {
2642
2642
'globalMarket.aboveForecast': 'Above Forecast',
2643
2643
'globalMarket.belowForecast': 'Below Forecast',
2644
2644
'globalMarket.upcomingEvents': 'Upcoming Events',
2645
-
'globalMarket.releasedEvents': 'Released Data'
2645
+
'globalMarket.releasedEvents': 'Released Data',
2646
+
2647
+
// Trading Assistant
2648
+
'trading-assistant.form.notificationFromProfile': 'Notifications will be sent to the address configured in your profile.',
2649
+
'trading-assistant.form.notificationConfigMissing': 'You have not configured parameters for selected channels ({channels}). Please go to your profile to configure them.',
2650
+
'trading-assistant.form.goToProfile': 'Go to Profile'
0 commit comments