Skip to content

Commit 703d083

Browse files
committed
fix(ui): change '无净值' to '等待净值' — less alarming wording
1 parent e091f19 commit 703d083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quant_platform_kit/common/notification_localization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
("outside_execution_window", "当前不在执行窗口"),
296296
("insufficient_buying_power", "购买力不足"),
297297
("missing_price", "缺少报价"),
298-
("no_equity", "无净值"),
298+
("no_equity", "等待净值"),
299299
("fail_closed", "关闭执行"),
300300
("reason=", "原因="),
301301
)

0 commit comments

Comments
 (0)