fix wording in menu
This commit is contained in:
parent
5e4430292f
commit
27a4812cfc
4 changed files with 15 additions and 2 deletions
|
|
@ -313,7 +313,7 @@ class _PatientAccessRequestState extends State<Appointments> {
|
|||
Icons.add,
|
||||
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||
),
|
||||
label: "Add Card",
|
||||
label: "Add Appointment",
|
||||
labelBackgroundColor:
|
||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
labelStyle: TextStyle(
|
||||
|
|
|
|||
|
|
@ -329,7 +329,7 @@ class _MihCardsState extends State<MihCards> {
|
|||
color:
|
||||
MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||
),
|
||||
label: "Add Card",
|
||||
label: "Add Loyalty Card",
|
||||
labelBackgroundColor:
|
||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
labelStyle: TextStyle(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue