Skip to content

Commit

Permalink
Update login.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WittF committed Aug 17, 2024
1 parent be471c8 commit 6c1100b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tab/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def add():

pushplus_ui = gr.Textbox(
value=configDB.get("pushplusToken") if configDB.get("pushplusToken") is not None else "",
label="pushplus的Token",
label="PushPlus的Token",
interactive=True,
info="https://www.pushplus.plus/",
)
Expand Down

0 comments on commit 6c1100b

Please sign in to comment.