Skip to content

Commit 51c7b2d

Browse files
committed
refactor code
1 parent dde32ad commit 51c7b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/lib/widgets/custom_form_fortune_add_edit.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class _CustomFormFortuneAddEditState extends State<CustomFormFortuneAddEdit> {
4949
mainAxisSize: MainAxisSize.min,
5050
children: [
5151
Text(
52-
widget.isInsert ? 'Thêm giá trị may mắn' : 'Sửa giá trị may mắn',
52+
widget.isInsert ? 'Adding Lucky Value' : 'Fixing Lucky Value',
5353
style: const TextStyle(
5454
fontSize: 18,
5555
fontWeight: FontWeight.bold,
@@ -94,7 +94,7 @@ class _CustomFormFortuneAddEditState extends State<CustomFormFortuneAddEdit> {
9494
const SizedBox(height: 16),
9595
Row(
9696
children: [
97-
const Text('Chọn màu nền: '),
97+
const Text('Select background color:'),
9898
const SizedBox(width: 16),
9999
DropdownButton<Color>(
100100
value: _fortuneItem.backgroundColor,

0 commit comments

Comments
 (0)