文案ok
This commit is contained in:
@@ -132,7 +132,7 @@ class _AvatarNameState extends State<AvatarName> {
|
||||
style: Theme.of(context).textTheme.titleSmall,
|
||||
),
|
||||
child: Text(
|
||||
"教练如何称呼你?",
|
||||
"What should we call you?",
|
||||
style: Theme.of(context).textTheme.labelMedium,
|
||||
),
|
||||
),
|
||||
@@ -150,7 +150,7 @@ class _AvatarNameState extends State<AvatarName> {
|
||||
style: TextStyle(fontSize: 14),
|
||||
maxLength: 20,
|
||||
decoration: InputDecoration(
|
||||
hintText: "输入你的姓名",
|
||||
hintText: "Enter your name",
|
||||
isCollapsed: true,
|
||||
contentPadding: EdgeInsets.symmetric(vertical: 8, horizontal: 10),
|
||||
enabledBorder: OutlineInputBorder(
|
||||
|
||||
Reference in New Issue
Block a user