fix(mobile): bottom bar Upload translation (#7553)

Co-authored-by: Václav Nováček <waclaw@waclaw.cz>
pull/7566/head
waclaw66 2024-03-01 18:24:55 +07:00 committed by GitHub
parent 3e06062974
commit 670a3838a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -226,7 +226,7 @@ class ControlBottomAppBar extends ConsumerWidget {
if (selectionAssetState.hasLocal)
ControlBoxButton(
iconData: Icons.backup_outlined,
label: "Upload",
label: "control_bottom_app_bar_upload".tr(),
onPressed: enabled
? () => showDialog(
context: context,