Skip to content

fix(application): drop the duplicated word in access_num's verbose_name - #7077

Open
simpleqt wants to merge 1 commit into
1Panel-dev:v2from
simpleqt:sq916/verbose-name-dup
Open

simpleqt wants to merge 1 commit into
1Panel-dev:v2from
simpleqt:sq916/verbose-name-dup

Conversation

@simpleqt

Copy link
Copy Markdown

动机 / Motivation

apps/application/models/application_chat.py:144access_num 字段 verbose_name 为 "访问总次数次数",重复了 "次数"。改为 "访问总次数"(与相邻字段 "当日访问次数" 的形式一致)。仅影响后台显示文案,不涉及数据库结构变更。

已完成的测试 / Testing

grep 确认仓库内无其他中文重复词字段标签。

访问总次数次数 -> 访问总次数 (verbose_name only, no schema change).
Copilot AI lite review requested due to automatic review settings September 16, 2026 16:42

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants