Update label

This commit is contained in:
Hillel Coren 2021-05-06 15:06:00 +03:00
parent f648b61997
commit a5121b126f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class CompanyGatewayScreen extends StatelessWidget {
if (viewModel.isInMultiselect)
SaveCancelButtons(
isHeader: true,
saveLabel: localization.done,
saveLabel: localization.actions,
onSavePressed: listUIState.selectedIds.isEmpty
? null
: (context) async {