mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
#29 opt. for TextInput
This commit is contained in:
@@ -1062,7 +1062,7 @@ abstract class S {
|
||||
/// No description provided for @unknown.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'unknown'**
|
||||
/// **'Unknown'**
|
||||
String get unknown;
|
||||
|
||||
/// No description provided for @unknownError.
|
||||
|
||||
@@ -522,7 +522,7 @@ class SEn extends S {
|
||||
String get ttl => 'ttl';
|
||||
|
||||
@override
|
||||
String get unknown => 'unknown';
|
||||
String get unknown => 'Unknown';
|
||||
|
||||
@override
|
||||
String get unknownError => 'Unknown error';
|
||||
|
||||
Reference in New Issue
Block a user