1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-16 16:56:46 +01: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,