Skip to content

Commit

Permalink
minor copy change
Browse files Browse the repository at this point in the history
  • Loading branch information
josancamon19 committed Sep 19, 2024
1 parent 96c53bf commit 59072b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/lib/pages/onboarding/name/name_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class _NameWidgetState extends State<NameWidget> {
textAlign: TextAlign.center,
textAlignVertical: TextAlignVertical.center,
decoration: InputDecoration(
hintText: 'Enter your given name',
hintText: 'How Omi should call you?',
// label: const Text('What should Omi call you?'),
hintStyle: const TextStyle(fontSize: 14, color: Colors.grey),
// border: UnderlineInputBorder(
Expand Down
4 changes: 2 additions & 2 deletions app/lib/pages/settings/change_name_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class _ChangeNameWidgetState extends State<ChangeNameWidget> {
padding: const EdgeInsets.all(8.0),
child: Column(
children: <Widget>[
const Text('Enter your given name'),
const Text('How Omi should call you?'),
const SizedBox(height: 8),
CupertinoTextField(
controller: nameController,
Expand Down Expand Up @@ -75,7 +75,7 @@ class _ChangeNameWidgetState extends State<ChangeNameWidget> {
child: Column(
mainAxisSize: MainAxisSize.min,
children: <Widget>[
const Text('Enter your given name'),
const Text('How Omi should call you?'),
const SizedBox(height: 8),
TextField(
controller: nameController,
Expand Down

0 comments on commit 59072b1

Please sign in to comment.