Skip to content

Commit d1a2130

Browse files
authored
Merge pull request #22 from XSX-Milan/fix/notification-logic
fix(vue): 优化通知配置检测逻辑,正确区分提示与警告
2 parents c0ce97c + 15083c6 commit d1a2130

File tree

3 files changed

+2481
-2432
lines changed

3 files changed

+2481
-2432
lines changed

quantdinger_vue/src/locales/lang/en-US.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,12 @@ const locale = {
26422642
'globalMarket.aboveForecast': 'Above Forecast',
26432643
'globalMarket.belowForecast': 'Below Forecast',
26442644
'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'
26462651
}
26472652

26482653
export default {

0 commit comments

Comments
 (0)