Change word nikname to title
This commit is contained in:
parent
14be040264
commit
f64423c54b
2 changed files with 3 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ class _BuildLoyaltyCardListState extends State<BuildLoyaltyCardList> {
|
||||||
windowBody: [
|
windowBody: [
|
||||||
MIHTextField(
|
MIHTextField(
|
||||||
controller: _nicknameController,
|
controller: _nicknameController,
|
||||||
hintText: "Card Nickname",
|
hintText: "Card Title",
|
||||||
editable: true,
|
editable: true,
|
||||||
required: false,
|
required: false,
|
||||||
),
|
),
|
||||||
|
|
@ -189,7 +189,7 @@ class _BuildLoyaltyCardListState extends State<BuildLoyaltyCardList> {
|
||||||
_noFavourites,
|
_noFavourites,
|
||||||
widget.cardList[index].nickname,
|
widget.cardList[index].nickname,
|
||||||
widget.cardList[index].card_number,
|
widget.cardList[index].card_number,
|
||||||
0,
|
1,
|
||||||
ctxt,
|
ctxt,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -175,7 +175,7 @@ class _MihCardsState extends State<MihCards> {
|
||||||
const SizedBox(height: 10),
|
const SizedBox(height: 10),
|
||||||
MIHTextField(
|
MIHTextField(
|
||||||
controller: _nicknameController,
|
controller: _nicknameController,
|
||||||
hintText: "Card Nickname",
|
hintText: "Card Title",
|
||||||
editable: true,
|
editable: true,
|
||||||
required: false,
|
required: false,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue