1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00

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

Co-authored-by: Václav Nováček <waclaw@waclaw.cz>
This commit is contained in:
waclaw66 2024-03-01 18:24:55 +01:00 committed by GitHub
parent 3e06062974
commit 670a3838a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,