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 2, 2024
1 parent df364f2 commit a1de0dc
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 @@ -80,7 +80,7 @@ def add():
with gr.Row():
serverchan_ui = gr.Textbox(
value=configDB.get("serverchanToken") if configDB.get("serverchanToken") is not None else "",
label="ServerChan的Token",
label="Server酱的Token",
interactive=True,
info="[https://www.pushplus.plus/](https://sct.ftqq.com/)",
)
Expand Down

0 comments on commit a1de0dc

Please sign in to comment.