mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
use Material3, changed color selection
This commit is contained in:
@@ -942,7 +942,7 @@ abstract class S {
|
||||
/// No description provided for @setting.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Setting'**
|
||||
/// **'Settings'**
|
||||
String get setting;
|
||||
|
||||
/// No description provided for @sftpDlPrepare.
|
||||
|
||||
@@ -454,7 +454,7 @@ class SEn extends S {
|
||||
String get serverTabUnkown => 'Unknown state';
|
||||
|
||||
@override
|
||||
String get setting => 'Setting';
|
||||
String get setting => 'Settings';
|
||||
|
||||
@override
|
||||
String get sftpDlPrepare => 'Preparing to connect...';
|
||||
|
||||
Reference in New Issue
Block a user