Update label
This commit is contained in:
parent
f648b61997
commit
a5121b126f
|
|
@ -53,7 +53,7 @@ class CompanyGatewayScreen extends StatelessWidget {
|
||||||
if (viewModel.isInMultiselect)
|
if (viewModel.isInMultiselect)
|
||||||
SaveCancelButtons(
|
SaveCancelButtons(
|
||||||
isHeader: true,
|
isHeader: true,
|
||||||
saveLabel: localization.done,
|
saveLabel: localization.actions,
|
||||||
onSavePressed: listUIState.selectedIds.isEmpty
|
onSavePressed: listUIState.selectedIds.isEmpty
|
||||||
? null
|
? null
|
||||||
: (context) async {
|
: (context) async {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue