mirror of
https://github.com/immich-app/immich.git
synced 2025-11-19 20:22:34 +09:00
fix(mobile): bottom bar Upload translation (#7553)
Co-authored-by: Václav Nováček <waclaw@waclaw.cz>
This commit is contained in:
@@ -226,7 +226,7 @@ class ControlBottomAppBar extends ConsumerWidget {
|
|||||||
if (selectionAssetState.hasLocal)
|
if (selectionAssetState.hasLocal)
|
||||||
ControlBoxButton(
|
ControlBoxButton(
|
||||||
iconData: Icons.backup_outlined,
|
iconData: Icons.backup_outlined,
|
||||||
label: "Upload",
|
label: "control_bottom_app_bar_upload".tr(),
|
||||||
onPressed: enabled
|
onPressed: enabled
|
||||||
? () => showDialog(
|
? () => showDialog(
|
||||||
context: context,
|
context: context,
|
||||||
|
|||||||
Reference in New Issue
Block a user