From f64924e13ab8f3da1684620c7b78bc4e6fb21d0d Mon Sep 17 00:00:00 2001 From: pur1fy <2274916027@qq.com> Date: Fri, 22 Dec 2023 13:33:38 +0800 Subject: [PATCH] Update specialDaily.py --- gui/components/expand/specialDaily.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/components/expand/specialDaily.py b/gui/components/expand/specialDaily.py index aa2f24f6a..0a7efb792 100644 --- a/gui/components/expand/specialDaily.py +++ b/gui/components/expand/specialDaily.py @@ -40,7 +40,7 @@ def __init__(self, parent=None): self.option_3.addStretch(1) self.option_3.addWidget(self.input_3_2, 0, Qt.AlignRight) - self.label = QLabel('请在下拉框中选择相应悬赏委托的难度和次数:', self) + self.label = QLabel('请在下拉框中选择相应悬赏委托的次数:', self) _set_main = self.get('rewarded_task_times') self.count = [int(x) for x in _set_main.split(',')]