chore: update script location in Attention notice (#825)

Fixes #824
This commit is contained in:
lollipopkit🏳️‍⚧️
2025-07-21 16:42:16 +08:00
committed by GitHub
parent ec4bf3df24
commit 8c3302cf0d
27 changed files with 29 additions and 28 deletions

View File

@@ -769,5 +769,5 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get writeScriptTip =>
'After connecting to the server, a script will be written to ~/.config/server_box to monitor the system status. You can review the script content.';
'After connecting to the server, a script will be written to `~/.config/server_box` \n | `/tmp/server_box` to monitor the system status. You can review the script content.';
}