Skip to content

Commit

Permalink
fix(mobile): bottom bar Upload translation (immich-app#7553)
Browse files Browse the repository at this point in the history
Co-authored-by: Václav Nováček <[email protected]>
  • Loading branch information
waclaw66 and Václav Nováček authored Mar 1, 2024
1 parent 3e06062 commit 670a383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/modules/home/ui/control_bottom_app_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 670a383

Please sign in to comment.