mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	fix(mobile): bottom bar Upload translation (#7553)
Co-authored-by: Václav Nováček <waclaw@waclaw.cz>
This commit is contained in:
		
							parent
							
								
									3e06062974
								
							
						
					
					
						commit
						670a3838a3
					
				@ -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,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user