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

@@ -1505,7 +1505,7 @@ abstract class AppLocalizations {
/// No description provided for @writeScriptTip.
///
/// In en, this message translates to:
/// **'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.'**
String get writeScriptTip;
}