mutex debugging

This commit is contained in:
Christien Rioux 2024-08-06 08:51:19 -07:00
parent 120a7105c8
commit 103975bb56
24 changed files with 88 additions and 65 deletions

View file

@ -246,7 +246,7 @@ Future<bool> showConfirmModal(
Navigator.pop(context);
},
child: Text(
translate('button.no_cancel'),
translate('button.no'),
style: _buttonTextStyle(context),
),
),
@ -261,7 +261,7 @@ Future<bool> showConfirmModal(
Navigator.pop(context);
},
child: Text(
translate('button.yes_proceed'),
translate('button.yes'),
style: _buttonTextStyle(context),
),
)