opt web console menu text (#7452)

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2024-03-21 14:44:13 +08:00
committed by GitHub
parent 67bc26ed57
commit 0c232be0c4
42 changed files with 42 additions and 41 deletions

View File

@@ -377,7 +377,7 @@ class _AddressBookState extends State<AddressBook> {
syncMenuItem(),
filterMenuItem(),
MenuEntryDivider<String>(),
getEntry(translate("Web Console"), () async {
getEntry(translate("ab_web_console_tip"), () async {
final url = await bind.mainGetApiServer();
if (await canLaunchUrlString(url)) {
launchUrlString(url);